Struct encoding::codec::ascii::ASCIIDecoder
[−]
[src]
pub struct ASCIIDecoder;
A decoder for ASCII.
pub struct ASCIIDecoder;
A decoder for ASCII.
impl ASCIIDecoder
fn new() -> Box<RawDecoder>
impl RawDecoder for ASCIIDecoder
fn from_self(&self) -> Box<RawDecoder>
fn is_ascii_compatible(&self) -> bool
fn 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 ASCIIDecoder
impl Clone for ASCIIDecoder
fn clone(&self) -> ASCIIDecoder
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
, type
, macro
,
and const
.
Search functions by type signature (e.g.
vec -> usize
)