Struct encoding::codec::simpchinese::HZDecoderUnstable
[-]
[+]
[src]
pub struct HZDecoder { // some fields omitted }
A decoder for HZ.
pub struct HZDecoder { // some fields omitted }
A decoder for HZ.
impl HZDecoder
impl Decoder for HZDecoder
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>
impl Clone for HZDecoder
fn clone(&self) -> HZDecoder
fn clone_from(&mut self, source: &Self)
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
).