pub struct ClLiteReaderCodecLib { /* private fields */ }Expand description
Loadable Lib that registers ClLiteReaderCodec as a runtime codec.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClLiteReaderCodecLib
impl RefUnwindSafe for ClLiteReaderCodecLib
impl Send for ClLiteReaderCodecLib
impl Sync for ClLiteReaderCodecLib
impl Unpin for ClLiteReaderCodecLib
impl UnsafeUnpin for ClLiteReaderCodecLib
impl UnwindSafe for ClLiteReaderCodecLib
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