Trait IFileActivatedEventArgs_Impl
pub trait IFileActivatedEventArgs_Impl: IActivatedEventArgs_Impl {
// Required methods
fn Files(&self) -> Result<IVectorView<IStorageItem>>;
fn Verb(&self) -> Result<HSTRING>;
}
Required Methods§
fn Files(&self) -> Result<IVectorView<IStorageItem>>
fn Verb(&self) -> Result<HSTRING>
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.