Trait windows::Networking::Vpn::IVpnChannelStatics_Impl

pub trait IVpnChannelStatics_Impl: Sized {
    // Required method
    fn ProcessEventAsync(
        &self,
        thirdpartyplugin: Option<&IInspectable>,
        event: Option<&IInspectable>
    ) -> Result<()>;
}

Required Methods§

fn ProcessEventAsync( &self, thirdpartyplugin: Option<&IInspectable>, event: Option<&IInspectable> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§