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

Required Methods§

source

fn base_initialize(&mut self) -> bool

| Initialize app dependencies. |

Implementors§