pub type CookbookStateFactory = Arc<dyn Fn(&RuntimeConfigState) -> CookbookWebState + Send + Sync>;Expand description
Builds host-owned cookbook state from the effective boot config.
Aliased Typeยง
pub struct CookbookStateFactory { /* private fields */ }