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 */ }