Struct encoding::codec::error::ErrorDecoderUnstable
[-]
[+]
[src]
pub struct ErrorDecoder;
A decoder that always returns error.
pub struct ErrorDecoder;
A decoder that always returns error.
impl ErrorDecoderimpl Decoder for ErrorDecoderfn from_self(&self) -> Box<Decoder>fn raw_feed(&mut self, input: &[u8], _output: &mut StringWriter) -> (uint, Option<CodecError>)fn raw_finish(&mut self, _output: &mut StringWriter) -> Option<CodecError>fn is_ascii_compatible(&self) -> boolimpl Clone for ErrorDecoderfn clone(&self) -> ErrorDecoderfn 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).