pub trait IntoValue {
    // Required method
    fn into_value(self) -> Result<Value>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl IntoValue for Value

Implementors§