Trait emojicode::FromValue [] [src]

pub trait FromValue<T> {
    fn from_value(self) -> T;
}

Required Methods

Implementations on Foreign Types

impl FromValue<String> for Emojicode_Value
[src]

[src]

Implementors