Type Definition rhai::FnResolutionCache[][src]

pub type FnResolutionCache = BTreeMap<u64, Option<Box<FnResolutionCacheEntry>>>;
Expand description

(internals) A function resolution cache. Exported under the internals feature only.

Volatile Data Structure

This type is volatile and may change.