Type Alias static_keys::StaticFalseKey
source · pub type StaticFalseKey = StaticKey<false>;
Expand description
A StaticKey
with initial status false
.
Aliased Type§
struct StaticFalseKey { /* private fields */ }
pub type StaticFalseKey = StaticKey<false>;
A StaticKey
with initial status false
.
struct StaticFalseKey { /* private fields */ }