pub trait IDevicePairingActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
// Required method
fn DeviceInformation(&self) -> Result<DeviceInformation>;
}
Required Methods§
fn DeviceInformation(&self) -> Result<DeviceInformation>
Object Safety§
This trait is not object safe.