Home
last modified time | relevance | path

Searched defs:DecodePartial (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/data-encoding/src/
Dlib.rs336 pub struct DecodePartial { struct
340 pub read: usize,
345 pub written: usize,
348 pub error: DecodeError,
603 ) -> Result<usize, DecodePartial> { argument
623 ) -> Result<usize, DecodePartial> { argument
745 ) -> Result<usize, DecodePartial> { argument
1450 pub fn decode_mut(&self, input: &[u8], output: &mut [u8]) -> Result<usize, DecodePartial> { in decode_mut() argument