pub trait ToObject { fn to_obj(self) -> Result<Object>; }
Trait implemented for types that can be converted into Objects.
Object