bacon 3.23.0

background rust compiler
Documentation
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,
}