pub type UnlockedCoreCtx<'a, BT> = CoreCtx<'a, BT, Unlocked>;
An alias for an unlocked CoreCtx.
CoreCtx
struct UnlockedCoreCtx<'a, BT>(/* private fields */);