Module musli_binary_common::reader
source · [−]Expand description
Trait for governing how a particular source of bytes is read.
musli
requires all sources to reference the complete data being read from
it which allows it to make the assumption the bytes are always returned with
the 'de
lifetime.
Structs
An error raised while decoding a slice.
Keep a record of the current position.
Traits
Trait governing how a source of bytes is read.