[][src]Function compact_arena::invariant_lifetime

pub fn invariant_lifetime<'tag>() -> InvariantLifetime<'tag>

Create an invariant lifetime. This is one part of the secret sauce that ensures that indices from different arenas cannot be mixed. You should never need to use this type in your code.