Traits§
- Arena
Cached - Helper trait that allows
arena_cache
queries to returnOption<&T>
instead of&Option<T>
, and avoid allocatingNone
in the arena.
arena_cache
queries to return Option<&T>
instead of &Option<T>
, and avoid allocating None
in the arena.