IMcpSseConnectionServer_Impl

Trait IMcpSseConnectionServer_Impl 

pub trait IMcpSseConnectionServer_Impl: IUnknownImpl {
    // Required method
    fn Connect(
        &self,
        hostContext: Ref<'_, AgentContext>,
        connectionResult: Ref<'_, McpHttpConnectionResult>,
    ) -> Result<McpHttpConnectionResult>;
}

Required Methods§

fn Connect( &self, hostContext: Ref<'_, AgentContext>, connectionResult: Ref<'_, McpHttpConnectionResult>, ) -> Result<McpHttpConnectionResult>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§