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: Write
impl Writer for MulticastWriter