Type Definition regex::exec::ProgramCache [−][src]
type ProgramCache = RefCell<ProgramCacheInner>;
ProgramCache
maintains reusable allocations for each matching engine
available to a particular program.
type ProgramCache = RefCell<ProgramCacheInner>;
ProgramCache
maintains reusable allocations for each matching engine
available to a particular program.