Type Alias BlockMap

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