windows::Networking::Vpn

Trait IVpnNamespaceInfoFactory_Impl

pub trait IVpnNamespaceInfoFactory_Impl: IUnknownImpl {
    // Required method
    fn CreateVpnNamespaceInfo(
        &self,
        name: &HSTRING,
        dnsServerList: Ref<'_, IVector<HostName>>,
        proxyServerList: Ref<'_, IVector<HostName>>,
    ) -> Result<VpnNamespaceInfo>;
}

Required Methods§

fn CreateVpnNamespaceInfo( &self, name: &HSTRING, dnsServerList: Ref<'_, IVector<HostName>>, proxyServerList: Ref<'_, IVector<HostName>>, ) -> Result<VpnNamespaceInfo>

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§