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§