read_bool

Function read_bool 

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