pub type Operations<W> = HashMap<String, Rc<Operation<W>>>;
struct Operations<W> { /* private fields */ }