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