Trait e2rcore::interface::i_init::i_init
[−]
[src]
pub trait i_init {
fn init(&mut self) -> bool;
fn deinit(&mut self) -> bool;
}