Trait IWebAccount_Impl
pub trait IWebAccount_Impl: IUnknownImpl {
// Required methods
fn WebAccountProvider(&self) -> Result<WebAccountProvider>;
fn UserName(&self) -> Result<HSTRING>;
fn State(&self) -> Result<WebAccountState>;
}
Required Methods§
fn WebAccountProvider(&self) -> Result<WebAccountProvider>
fn UserName(&self) -> Result<HSTRING>
fn State(&self) -> Result<WebAccountState>
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.