Function otdrs::parser::key_event[][src]

pub fn key_event<'a>(i: &[u8]) -> IResult<&[u8], KeyEvent<'_>>
Expand description

Parse any key event, except for the final key event, which is parsed with last_key_event as it differs structurally