Searched defs:EndOfInput (Results 1 – 4 of 4) sorted by relevance
253 ) -> Result<Input<'a>, EndOfInput> { in get_input_between_marks() argument280 pub fn read_byte(&mut self) -> Result<u8, EndOfInput> { in read_byte() argument296 pub fn read_bytes(&mut self, num_bytes: usize) -> Result<Input<'a>, EndOfInput> { in read_bytes() argument335 pub fn skip(&mut self, num_bytes: usize) -> Result<(), EndOfInput> { in skip() argument347 pub struct EndOfInput; struct
46 const int EndOfInput = -1; variable
14 EndOfInput, enumerator