Skip to main content

Cache

Type Alias Cache 

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

The cache used in Parser when cache feature is enabled.

Aliased Typeยง

pub struct Cache { /* private fields */ }