pub struct BinaryCodecLib { /* private fields */ }Expand description
Lib that registers the binary codec with the runtime.
Its manifest exports the codec/binary codec, and loading wires a
BinaryCodec into the linker as the decode and encode surface for all
codec roles.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BinaryCodecLib
impl RefUnwindSafe for BinaryCodecLib
impl Send for BinaryCodecLib
impl Sync for BinaryCodecLib
impl Unpin for BinaryCodecLib
impl UnsafeUnpin for BinaryCodecLib
impl UnwindSafe for BinaryCodecLib
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