Trait emojicode::ToValue [] [src]

pub trait ToValue {
    fn to_value(self) -> Option<Emojicode_Value>;
}

Converts Rust types to Emojicode Values. Useful for example for returning things from a function.

Required Methods

Implementations on Foreign Types

impl ToValue for String
[src]

impl ToValue for *mut Emojicode_Object
[src]

Implementors