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