UnlockedCoreCtx

Type Alias UnlockedCoreCtx 

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

An alias for an unlocked CoreCtx.

Aliased Typeยง

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