logo
pub trait FromValue {
    fn from_value(v: &Value) -> Option<Self>
    where
        Self: Sized
; }
Expand description

Helper trait

Required methods

Converts value to specified type.

Implementations on Foreign Types

Implementors

Get an Element object contained in the Value.

Get an Graphics object contained in the Value.

Get an Image object contained in the Value.

Get a Path object contained in the Value.

Get a Text object contained in the Value.