RawStaticTrueKey

Type Alias RawStaticTrueKey 

Source
pub type RawStaticTrueKey<M> = GenericStaticKey<M, true>;
Expand description

A GenericStaticKey with initial status true.

Aliased Typeยง

pub struct RawStaticTrueKey<M> { /* private fields */ }