Enum rustc_serialize::json::EncoderError  
            [-] [+]
        [src]
pub enum EncoderError {
    FmtError(Error),
    BadHashmapKey,
}Variants
FmtError | |
BadHashmapKey | 
pub enum EncoderError {
    FmtError(Error),
    BadHashmapKey,
}FmtError | |
BadHashmapKey | 
impl Clone for EncoderErrorfn clone(&self) -> EncoderErrorfn clone_from(&mut self, source: &Self)impl StdError for EncoderErrorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl Display for EncoderErrorimpl From<Error> for EncoderErrorfn from(err: Error) -> EncoderErrorimpl Debug for EncoderErrorimpl Copy for EncoderError
                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).