pub trait ToValue {
    fn to_value(&self) -> Value;
}

Required Methods

Implementors