pub trait Init {
    fn init(&mut self) { ... }
}

Provided methods

Implementors