pub trait ToObject {
    fn to_obj(self) -> Result<Object>;
}

Required Methods

Implementations on Foreign Types

Implementors