Trait diffusion::Writer
[−]
[src]
pub trait Writer {
fn write(&mut self, buf: &[u8]) -> Result<()>;
}is the general trait for all writers.
Required Methods
Implementors
impl<T> Writer for FileWriter<T> where T: Writeimpl Writer for MulticastWriter