Trait InitAppState

Source
pub trait InitAppState {
    // Required method
    fn init_app_state(self);
}

Required Methods§

Implementors§