pub trait BaseInitialize {
    fn base_initialize(&mut self) -> bool;
}

Required Methods§

| Initialize app dependencies. |

Implementors§