pub type Handle<G, D> = HandleCore<G, Vec<D>>;Expand description
A HandleCore specialized for using Vec as container
Aliased Typeยง
pub struct Handle<G, D> { /* private fields */ }pub type Handle<G, D> = HandleCore<G, Vec<D>>;A HandleCore specialized for using Vec as container
pub struct Handle<G, D> { /* private fields */ }