pub trait RustyIntoValue {
    fn into_value(self) -> Value;
}
Expand description

Helper trait to avoid conflicts

Required Methods

Implementations on Foreign Types

Implementors