pub struct LispCodecLib { /* private fields */ }Expand description
Lib that registers the Lisp codec with the runtime.
Its manifest exports the codec/lisp codec, and loading wires the
LispProcMacroDecoder and LispProcMacroEncoder into the linker as the
codec’s decode and encode surfaces.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LispCodecLib
impl RefUnwindSafe for LispCodecLib
impl Send for LispCodecLib
impl Sync for LispCodecLib
impl Unpin for LispCodecLib
impl UnsafeUnpin for LispCodecLib
impl UnwindSafe for LispCodecLib
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