Type Definition jojo::ObjVec[][src]

type ObjVec = Vec<Ptr<Obj>>;

Trait Implementations

impl<'a> ObjFrom<&'a ObjVec> for Vect
[src]