pub trait Provider {
    fn boot(&self);
}

Required methods

Implementors