eoi

Function eoi 

Source
pub fn eoi<'a, I>() -> impl Parser<Input = I, Output = &'a [u8]> + 'a
where I: RangeStream<Item = u8, Range = &'a [u8]> + 'a, I::Error: ParseError<I::Item, I::Range, I::Position>,
Expand description

Parses End of Image marker.