Type Definition fs_trie::BincodeError [] [src]

type BincodeError = 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.