Type Alias mini_server::PathMap

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

An hash map of PathExpr

Aliased Type§

struct PathMap { /* private fields */ }