pub struct BincodeCodec;
Expand description
A codec for the bincode format.
Provides a compact binary representation of profiles.
Trait Implementations§
Source§impl Codec for BincodeCodec
impl Codec for BincodeCodec
Source§type EncodeError = EncodeError
type EncodeError = EncodeError
The error type for encoding.
Source§type DecodeError = DecodeError
type DecodeError = DecodeError
The error type for decoding.
Auto Trait Implementations§
impl Freeze for BincodeCodec
impl RefUnwindSafe for BincodeCodec
impl Send for BincodeCodec
impl Sync for BincodeCodec
impl Unpin for BincodeCodec
impl UnwindSafe for BincodeCodec
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