Type Alias State

Source
pub type State = TypeMapSendSync;
Expand description

State TypeMap that can hold at most one value per type key.

Aliased Typeยง

struct State { /* private fields */ }