Type Definition bincode::internal::Error [] [src]

type Error = Box<ErrorKind>;

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

If decoding from a Buffer, assume that the buffer has been left in an invalid state.