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.