pub struct AlgolCodecLib { /* private fields */ }Expand description
The Lib that registers the Algol codec (codec:algol) with the runtime.
Its manifest depends on codec:lisp (used by the expr.lisp(...) escape for
forms outside the infix grammar) and exports the codec value plus the
pratt:arithmetic operator table value.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlgolCodecLib
impl RefUnwindSafe for AlgolCodecLib
impl Send for AlgolCodecLib
impl Sync for AlgolCodecLib
impl Unpin for AlgolCodecLib
impl UnsafeUnpin for AlgolCodecLib
impl UnwindSafe for AlgolCodecLib
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