Crate static_key

Source

Macros§

static_if
Read the value of a boolean static key.
static_key
Declares a new static key.
static_match
Match on a static key.

Structs§

StaticKey
An object that is rarely modified but frequently matched on.