Trait koto_runtime::ModuleImportedCallback

source ·
pub trait ModuleImportedCallback: Fn(&Path) + KotoSend + KotoSync { }
Expand description

The trait used by the ‘module imported’ callback mechanism

Implementors§