Trait IntoValue

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

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoValue for &str

Source§

impl IntoValue for bool

Source§

impl IntoValue for char

Source§

impl IntoValue for i64

Source§

impl IntoValue for ()

Source§

impl IntoValue for usize

Source§

impl<T: IntoValue> IntoValue for Option<T>

Source§

impl<T: IntoValue> IntoValue for fn() -> T

Implementors§