App

Trait App 

Source
pub trait App: Sync + Send {
    // Required methods
    fn get_handlebars(&self) -> &Handlebars<'_>;
    fn get_creator_map(&self) -> Arc<HashMap<String, Box<dyn Creator>>>;
}

Required Methods§

Implementors§