Struct encoding::codec::utf_8::UTF8DecoderUnstable
[-]
[+]
[src]
pub struct UTF8Decoder { // some fields omitted }
A decoder for UTF-8.
pub struct UTF8Decoder { // some fields omitted }
A decoder for UTF-8.
impl UTF8Decoder
impl Clone for UTF8Decoder
fn clone(&self) -> UTF8Decoder
fn clone_from(&mut self, source: &Self)
impl Decoder for UTF8Decoder
fn from_self(&self) -> Box<Decoder>
fn is_ascii_compatible(&self) -> bool
fn raw_feed(&mut self, input: &[u8], output: &mut StringWriter) -> (uint, Option<CodecError>)
fn raw_finish(&mut self, _output: &mut StringWriter) -> Option<CodecError>
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).