Struct flatcontainer::impls::codec::DictionaryCodec
source · pub struct DictionaryCodec { /* private fields */ }
Expand description
A type that can both encode and decode sequences of byte slices.
Trait Implementations§
source§impl Codec for DictionaryCodec
impl Codec for DictionaryCodec
source§fn encode<R>(&mut self, bytes: &[u8], output: &mut R) -> R::Index
fn encode<R>(&mut self, bytes: &[u8], output: &mut R) -> R::Index
Encode a sequence of byte slices.
Encoding also records statistics about the structure of the input.
source§impl Debug for DictionaryCodec
impl Debug for DictionaryCodec
source§impl Default for DictionaryCodec
impl Default for DictionaryCodec
source§fn default() -> DictionaryCodec
fn default() -> DictionaryCodec
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DictionaryCodec
impl RefUnwindSafe for DictionaryCodec
impl Send for DictionaryCodec
impl Sync for DictionaryCodec
impl Unpin for DictionaryCodec
impl UnwindSafe for DictionaryCodec
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more