Type Definition bincode::Error[][src]

type Error = Box<ErrorKind>;

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

Trait Implementations

impl Error for Error[src]

impl Error for Error[src]

impl From<Error> for Error[src]