pub trait RustyValue {
    fn into_rusty_value(self) -> Value;
}

Required Methods

Implementations on Foreign Types

Implementors