GetState

Type Alias GetState 

Source
pub type GetState = State<State>;

Aliased Type§

pub struct GetState(pub Arc<AppState>);

Tuple Fields§

§0: Arc<AppState>