Skip to main content

PathResolverMap

Type Alias PathResolverMap 

Source
pub type PathResolverMap<F> = HashMap<String, PathResolver<F>>;
Expand description

Map from path string to its resolver. Parser looks up each path in the expression in this map; if a path is missing, parsing fails with an error.

Aliased Typeยง

pub struct PathResolverMap<F> { /* private fields */ }