netstack3_core

Type Alias UnlockedCoreCtx

Source
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 */);