Struct encoding::codec::ascii::ASCIIDecoder
[−]
[src]
pub struct ASCIIDecoder;
A decoder for ASCII.
pub struct ASCIIDecoder;
A decoder for ASCII.
impl ASCIIDecoderfn new() -> Box<RawDecoder>impl RawDecoder for ASCIIDecoderfn from_self(&self) -> Box<RawDecoder>fn is_ascii_compatible(&self) -> boolfn raw_feed(&mut self, input: &[u8], output: &mut StringWriter) -> (usize, Option<CodecError>)fn raw_finish(&mut self, _output: &mut StringWriter) -> Option<CodecError>impl Copy for ASCIIDecoderimpl Clone for ASCIIDecoderfn clone(&self) -> ASCIIDecoderfn clone_from(&mut self, source: &Self)