Trait ILockScreenActivatedEventArgs_Impl
pub trait ILockScreenActivatedEventArgs_Impl: IActivatedEventArgs_Impl {
// Required method
fn Info(&self) -> Result<IInspectable>;
}
Required Methods§
fn Info(&self) -> Result<IInspectable>
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.