Trait IUserAccountChangeCallback_Impl
pub trait IUserAccountChangeCallback_Impl: IUnknownImpl {
// Required method
fn OnPictureChange(&self, pszusername: &PCWSTR) -> Result<()>;
}
Required Methods§
fn OnPictureChange(&self, pszusername: &PCWSTR) -> Result<()>
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.