1 2 3 4 5 6 7 8
use crate::*; #[derive(Default)] pub struct AppState { pub headless: bool, /// Dimissals and filtering state pub filter: Filter, }