Searched refs:incomplete_read (Results 1 – 2 of 2) sorted by relevance
143 pub fn read_all<F, R, E>(&self, incomplete_read: E, read: F) -> Result<R, E> in read_all()152 Err(incomplete_read) in read_all()191 input: Option<Input<'a>>, incomplete_read: E, read: F, in read_all_optional()203 Err(incomplete_read) in read_all_optional()
1393 fn incomplete_read() { in incomplete_read() function