pub struct CrewMcpHandler { /* private fields */ }Expand description
MCP ToolHandler that wraps a crew workflow
Implementations§
Trait Implementations§
Source§impl ToolHandler for CrewMcpHandler
impl ToolHandler for CrewMcpHandler
Auto Trait Implementations§
impl Freeze for CrewMcpHandler
impl !RefUnwindSafe for CrewMcpHandler
impl Send for CrewMcpHandler
impl Sync for CrewMcpHandler
impl Unpin for CrewMcpHandler
impl UnsafeUnpin for CrewMcpHandler
impl !UnwindSafe for CrewMcpHandler
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