windows::System::Implementation::FileExplorer

Trait ISysStorageProviderEventSource_Impl

pub trait ISysStorageProviderEventSource_Impl: IUnknownImpl {
    // Required methods
    fn EventReceived(
        &self,
        handler: Ref<'_, TypedEventHandler<ISysStorageProviderEventSource, SysStorageProviderEventReceivedEventArgs>>,
    ) -> Result<i64>;
    fn RemoveEventReceived(&self, token: i64) -> Result<()>;
}

Required Methods§

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§