1 2 3 4 5 6
/// Extensions structure pub trait Extension { /// Init method of the extension /// This will be called when the extension is loaded fn init(&mut self); }