Trait gveditor_core_api::Extension[][src]

pub trait Extension {
    fn init(&mut self);
}
Expand description

Extensions structure

Required methods

Init method of the extension This will be called when the extension is loaded

Implementors