pub trait PostInitProcess {
    // Required method
    fn post_init_process(&mut self);
}

Required Methods§

Implementors§