pub type BlockMap = HashMap<&'static str, &'static dyn BlockFactory>;Expand description
Map of block helper names to factories
Aliased Typeยง
struct BlockMap { /* private fields */ }pub type BlockMap = HashMap<&'static str, &'static dyn BlockFactory>;Map of block helper names to factories
struct BlockMap { /* private fields */ }