Skip to main content

InitSystemModule

Trait InitSystemModule 

Source
pub trait InitSystemModule {
    // Provided methods
    fn init(&mut self) -> Result<(), BootloadingError> { ... }
    fn on_teardown(&mut self) -> Result<(), RuntimeError> { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§