pub type BincodeError = Box<ErrorKind>;Expand description
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.
Aliased Typeยง
pub struct BincodeError(/* private fields */);