Trait IWalletActionActivatedEventArgs_Impl
pub trait IWalletActionActivatedEventArgs_Impl: IActivatedEventArgs_Impl {
// Required methods
fn ItemId(&self) -> Result<HSTRING>;
fn ActionKind(&self) -> Result<WalletActionKind>;
fn ActionId(&self) -> Result<HSTRING>;
}
Required Methods§
fn ItemId(&self) -> Result<HSTRING>
fn ActionKind(&self) -> Result<WalletActionKind>
fn ActionId(&self) -> Result<HSTRING>
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.