pub type Handle<G, D> = HandleCore<G, Vec<D>>;
Expand description

A HandleCore specialized for using Vec as container

Aliased Type§

struct Handle<G, D> { /* private fields */ }