Trait sciter::value::FromValue [] [src]

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

Helper trait

Required Methods

Converts value to specified type.

Implementations on Foreign Types

impl FromValue for bool
[src]

[src]

impl FromValue for i32
[src]

[src]

impl FromValue for f64
[src]

[src]

impl FromValue for Vec<u8>
[src]

[src]

impl FromValue for String
[src]

[src]

Implementors