Trait rcobs::Write[][src]

pub trait Write {
    type Error;
    fn write(&mut self, byte: u8) -> Result<(), Self::Error>;
}

Write trait to use with Encoder

Associated Types

Loading content...

Required methods

fn write(&mut self, byte: u8) -> Result<(), Self::Error>[src]

Write a single byte.

Loading content...

Implementors

Loading content...