pub struct McpLib;Expand description
Loadable library that registers the MCP method functions in a runtime.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for McpLib
impl RefUnwindSafe for McpLib
impl Send for McpLib
impl Sync for McpLib
impl Unpin for McpLib
impl UnsafeUnpin for McpLib
impl UnwindSafe for McpLib
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