Trait windows::Networking::Vpn::IVpnRouteFactory_Impl

pub trait IVpnRouteFactory_Impl: Sized {
    // Required method
    fn CreateVpnRoute(
        &self,
        address: Option<&HostName>,
        prefixsize: u8
    ) -> Result<VpnRoute>;
}

Required Methods§

fn CreateVpnRoute( &self, address: Option<&HostName>, prefixsize: u8 ) -> Result<VpnRoute>

Object Safety§

This trait is not object safe.

Implementors§