Type Alias PathMap

Source
pub type PathMap = HashMap<String, PathExpr>;
Expand description

An hash map of PathExpr

Aliased Typeยง

pub struct PathMap { /* private fields */ }