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

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

Required Methods

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]

Implementors