Trait GetValueArray

Source
pub trait GetValueArray: PropertyInstanceGetter + PropertyInstanceSetter {
    // Provided method
    fn value(&self) -> Option<Vec<Value>> { ... }
}

Provided Methods§

Source

fn value(&self) -> Option<Vec<Value>>

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§