Searched defs:DecodePartial (Results 1 – 1 of 1) sorted by relevance
336 pub struct DecodePartial { struct340 pub read: usize,345 pub written: usize,348 pub error: DecodeError,603 ) -> Result<usize, DecodePartial> { argument623 ) -> Result<usize, DecodePartial> { argument745 ) -> Result<usize, DecodePartial> { argument1450 pub fn decode_mut(&self, input: &[u8], output: &mut [u8]) -> Result<usize, DecodePartial> { in decode_mut() argument