Skip to main content

ModuleImportedCallback

Trait ModuleImportedCallback 

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

The trait used by the ‘module imported’ callback mechanism

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§