pub type ContextKey = usize;
Alias for the Index of the Scope in the context
This demands that passed LogKey implementors are #[repr(usize)] which is currently the default.
LogKey
#[repr(usize)]