[][src]Trait ocaml::value::ToValue

pub trait ToValue {
    fn to_value(&self) -> Value;
}

Required methods

fn to_value(&self) -> Value

Loading content...

Implementations on Foreign Types

impl ToValue for i8[src]

impl ToValue for u8[src]

impl ToValue for i16[src]

impl ToValue for u16[src]

impl ToValue for i32[src]

impl ToValue for u32[src]

impl ToValue for i64[src]

impl ToValue for u64[src]

impl ToValue for isize[src]

impl ToValue for usize[src]

impl ToValue for f32[src]

impl ToValue for f64[src]

impl ToValue for String[src]

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

Loading content...

Implementors

impl ToValue for Value[src]

Loading content...