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