Trait AsAtValue

Source
pub trait AsAtValue {
    // Required method
    fn as_at_value(&self) -> AtValue;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl AsAtValue for bool

Source§

impl<T: ToString> AsAtValue for Option<T>

Implementors§