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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§