pub struct LogicLib;Expand description
The loadable logic organ: shapes, functions, and database/config state.
Implements the kernel Lib contract and installs the logic/* surface
(assert, retract, query, unify, and the logic shapes). Load it with
install_logic_lib; see the README.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogicLib
impl RefUnwindSafe for LogicLib
impl Send for LogicLib
impl Sync for LogicLib
impl Unpin for LogicLib
impl UnsafeUnpin for LogicLib
impl UnwindSafe for LogicLib
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