pub trait IVpnInterfaceIdFactory_Impl: Sized {
    // Required method
    fn CreateVpnInterfaceId(&self, address: &[u8]) -> Result<VpnInterfaceId>;
}

Required Methods§

fn CreateVpnInterfaceId(&self, address: &[u8]) -> Result<VpnInterfaceId>

Object Safety§

This trait is not object safe.

Implementors§