Trait sciter::value::FromValue

source ·
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 Graphics object contained in the Value.

Get an Image object contained in the Value.

Get a Path object contained in the Value.