Module arena_cached

Source

Traitsยง

ArenaCached
Helper trait that allows arena_cache queries to return Option<&T> instead of &Option<T>, and avoid allocating None in the arena.