Type Alias Operations

Source
pub type Operations<W> = HashMap<String, Rc<Operation<W>>>;

Aliased Typeยง

struct Operations<W> { /* private fields */ }