Trait jojo::ObjFrom[][src]

pub trait ObjFrom<T> {
    fn obj(x: T) -> Ptr<Self>;
}

Required Methods

Implementors