windows::Win32::Storage::FileSystem

Trait IDiskQuotaEvents_Impl

pub trait IDiskQuotaEvents_Impl: IUnknownImpl {
    // Required method
    fn OnUserNameChanged(&self, puser: Ref<'_, IDiskQuotaUser>) -> Result<()>;
}

Required Methods§

fn OnUserNameChanged(&self, puser: Ref<'_, IDiskQuotaUser>) -> 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.

Implementors§