IMcpNamedPipeConnectionServer_Impl

Trait IMcpNamedPipeConnectionServer_Impl 

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

Required Methods§

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

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§