Searched defs:DecodePartial (Results 1 – 1 of 1) sorted by relevance
327 pub struct DecodePartial { struct331 pub read: usize,336 pub written: usize,339 pub error: DecodeError,596 ) -> Result<usize, DecodePartial> { argument616 ) -> Result<usize, DecodePartial> { argument738 ) -> Result<usize, DecodePartial> { argument1467 pub fn decode_mut(&self, input: &[u8], output: &mut [u8]) -> Result<usize, DecodePartial> { in decode_mut() argument