Handle

Type Alias Handle 

Source
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 */ }