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.