Enum lzw::Bits
[−]
[src]
pub enum Bits { Some(usize, u16), None(usize), }
Containes either the consumed bytes and reconstructed bits or only the consumed bytes if the supplied buffer was not bit enough
Variants
Some | Consumed bytes, reconstructed bits | |
None | Consumed bytes |