[][src]Trait ocaml::value::FromValue

pub trait FromValue {
    fn from_value(v: Value) -> Self;
}

Required methods

fn from_value(v: Value) -> Self

Loading content...

Implementations on Foreign Types

impl FromValue for i8[src]

impl FromValue for u8[src]

impl FromValue for i16[src]

impl FromValue for u16[src]

impl FromValue for i32[src]

impl FromValue for u32[src]

impl FromValue for i64[src]

impl FromValue for u64[src]

impl FromValue for isize[src]

impl FromValue for usize[src]

impl FromValue for f32[src]

impl FromValue for f64[src]

impl FromValue for String[src]

impl<V: FromValue> FromValue for Vec<V>[src]

Loading content...

Implementors

impl FromValue for Value[src]

Loading content...