Struct encoding::codec::utf_8::UTF8Decoder
[−]
[src]
pub struct UTF8Decoder {
// some fields omitted
}A decoder for UTF-8.
pub struct UTF8Decoder {
// some fields omitted
}A decoder for UTF-8.
impl UTF8Decoderfn new() -> Box<RawDecoder>impl RawDecoder for UTF8Decoderfn 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 UTF8Decoderimpl Clone for UTF8Decoderfn clone(&self) -> UTF8Decoderfn clone_from(&mut self, source: &Self)