Function termion::event::parse_event [] [src]

pub fn parse_event<I>(item: Result<u8Error>, iter: &mut I) -> Result<EventError> where I: Iterator<Item=Result<u8Error>>

Parse an Event from item and possibly subsequent bytes through iter.