pub type UnlockedCoreCtx<'a, BT> = CoreCtx<'a, BT, Unlocked>;
Expand description

An alias for an unlocked CoreCtx.

Aliased Type§

struct UnlockedCoreCtx<'a, BT>(/* private fields */);