pub struct SkillLib;Expand description
Loadable library that registers the skill/* operations and registry.
Loading SkillLib installs the SkillRegistry value and binds the
install, bind, list, card, and call functions, plus the feature-gated
audit, tool, runner, and serve surfaces.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SkillLib
impl RefUnwindSafe for SkillLib
impl Send for SkillLib
impl Sync for SkillLib
impl Unpin for SkillLib
impl UnsafeUnpin for SkillLib
impl UnwindSafe for SkillLib
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