State

Type Alias State 

Source
pub type State = TypeMapSendSync;
Expand description

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

Aliased Typeยง

pub struct State { /* private fields */ }