Struct encoding::codec::error::ErrorEncoder
[−]
[src]
pub struct ErrorEncoder;
An encoder that always returns error.
pub struct ErrorEncoder;
An encoder that always returns error.
impl ErrorEncoderfn new() -> Box<RawEncoder>impl RawEncoder for ErrorEncoderfn from_self(&self) -> Box<RawEncoder>fn raw_feed(&mut self, input: &str, _output: &mut ByteWriter) -> (usize, Option<CodecError>)fn raw_finish(&mut self, _output: &mut ByteWriter) -> Option<CodecError>fn is_ascii_compatible(&self) -> boolimpl Copy for ErrorEncoderimpl Clone for ErrorEncoderfn clone(&self) -> ErrorEncoderfn 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)