boolean

Function boolean 

Source
pub fn boolean(input: &mut BytesStream<'_>) -> ModalResult<bool>
Expand description

Parses bool. true or `false``

  • The corresponding type kind: Bool

ยงErrors

When parse failed.