read_bool

Function read_bool 

Source
pub fn read_bool<T>(cursor: &mut Cursor<T>) -> Result<bool, InstructionError>
where T: AsRef<[u8]>,