Skip to main content

AppState

Type Alias AppState 

Source
pub type AppState = Arc<Mutex<HashMap<String, TargetState>>>;
Expand description

Shared application state: one entry per monitored target.

Aliased Typeยง

pub struct AppState { /* private fields */ }