static_keys

Type Alias StaticFalseKey

Source
pub type StaticFalseKey = StaticKey<false>;
Expand description

A StaticKey with initial status false.

Aliased Typeยง

struct StaticFalseKey { /* private fields */ }