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

Helper trait to avoid conflicts

Required Methods§

Implementations on Foreign Types§

source§

impl RustyIntoValue for Fields

source§

impl RustyIntoValue for Float

source§

impl RustyIntoValue for Integer

source§

impl RustyIntoValue for Primitive

source§

impl RustyIntoValue for Value

source§

impl RustyIntoValue for Vec<Value>

Implementors§