Value

Trait Value 

Source
pub trait Value<A: Array<Self, O, N>, O: Object<Self, A, N>, N: Null<Self, A, O>>:
    From<String>
    + From<f64>
    + From<bool>
    + From<A>
    + From<O>
    + From<N> { }

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§