Type Alias StaticTrueKey

Source
pub type StaticTrueKey = StaticKey<true>;
Expand description

A StaticKey with initial status true.

Aliased Typeยง

pub struct StaticTrueKey { /* private fields */ }