pub trait BaseInitialize {
// Required method
fn base_initialize(&mut self) -> bool;
}
Required Methods§
sourcefn base_initialize(&mut self) -> bool
fn base_initialize(&mut self) -> bool
| Initialize app dependencies. |
pub trait BaseInitialize {
// Required method
fn base_initialize(&mut self) -> bool;
}
| Initialize app dependencies. |