Type Alias ryna::parser::PCache

source ·
pub type PCache<'a> = RefCell<PrecedenceCache<PResult<'a, RynaExpr>>>;

Aliased Type§

struct PCache<'a> { /* private fields */ }