pub struct PrologLib;Expand description
The loadable Prolog surface organ.
Loading the organ registers prolog/* functions plus the state handles used
by install_prolog_lib to point the active logic eval policy at the same
clause database.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrologLib
impl RefUnwindSafe for PrologLib
impl Send for PrologLib
impl Sync for PrologLib
impl Unpin for PrologLib
impl UnsafeUnpin for PrologLib
impl UnwindSafe for PrologLib
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