Type Alias ContextKey

Source
pub type ContextKey = usize;
Expand description

Alias for the Index of the Scope in the context

This demands that passed LogKey implementors are #[repr(usize)] which is currently the default.