windows::Foundation

Trait IReferenceArray_Impl

pub trait IReferenceArray_Impl<T>: IPropertyValue_Impl
where T: RuntimeType + 'static,
{ // Required method fn Value(&self) -> Result<Array<T>>; }

Required Methods§

fn Value(&self) -> Result<Array<T>>

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§