windows::Networking::Vpn

Trait IVpnDomainNameInfoFactory_Impl

pub trait IVpnDomainNameInfoFactory_Impl: IUnknownImpl {
    // Required method
    fn CreateVpnDomainNameInfo(
        &self,
        name: &HSTRING,
        nameType: VpnDomainNameType,
        dnsServerList: Ref<'_, IIterable<HostName>>,
        proxyServerList: Ref<'_, IIterable<HostName>>,
    ) -> Result<VpnDomainNameInfo>;
}

Required Methods§

fn CreateVpnDomainNameInfo( &self, name: &HSTRING, nameType: VpnDomainNameType, dnsServerList: Ref<'_, IIterable<HostName>>, proxyServerList: Ref<'_, IIterable<HostName>>, ) -> Result<VpnDomainNameInfo>

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§