1
2
3
pub trait Extension {
    fn init(&mut self);
}