Type Definition rhai::FnResolutionCache[][src]

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.