Searched defs:DecodePartial (Results 1 – 1 of 1) sorted by relevance
338 pub struct DecodePartial { struct342 pub read: usize,347 pub written: usize,350 pub error: DecodeError,605 ) -> Result<usize, DecodePartial> { argument625 ) -> Result<usize, DecodePartial> { argument747 ) -> Result<usize, DecodePartial> { argument1452 pub fn decode_mut(&self, input: &[u8], output: &mut [u8]) -> Result<usize, DecodePartial> { in decode_mut() argument