Trait radix_engine::system::module::InitSystemModule
source · pub trait InitSystemModule {
// Provided methods
fn init(&mut self) -> Result<(), BootloadingError> { ... }
fn on_teardown(&mut self) -> Result<(), RuntimeError> { ... }
}