pub trait IUserAccountChangeCallback_Impl: Sized {
    // Required method
    fn OnPictureChange(&self, pszusername: &PCWSTR) -> Result<()>;
}

Required Methods§

fn OnPictureChange(&self, pszusername: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§