Type Alias ParserCache

Source
pub type ParserCache = HashMap<String, Pointer<Cst>>;
Expand description

The cache used in Parser when cache feature is enabled.

Aliased Typeยง

struct ParserCache { /* private fields */ }