State

Type Alias State 

Source
pub type State = Arc<dyn Any + Send + Sync>;

Aliased Typeยง

pub struct State { /* private fields */ }