Trait rsnappy::SnappyWrite [] [src]

pub trait SnappyWrite: Write {
    fn write_from_self(&mut self, offset: u32, len: u8) -> Result<()>;
    fn set_uncompressed_length(&mut self, length: u32);
}

Required Methods

Implementors