pub fn bit_size_of<'a, T: BitRead<'a, LittleEndian>>() -> Option<usize>Expand description
Get the number of bits required to read a type from stream
If the number of bits needed can not be determined beforehand None is returned
pub fn bit_size_of<'a, T: BitRead<'a, LittleEndian>>() -> Option<usize>Get the number of bits required to read a type from stream
If the number of bits needed can not be determined beforehand None is returned