[][src]Type Definition bincode::Error

type Error = Box<ErrorKind>;
[]

An error that can be produced during (de)serializing.

Trait Implementations

impl From<Error> for Error[src][+]

impl Error for Error[src][+]

impl Error for Error[src][+]