Docs.rs
  • radix-engine-1.3.0
    • radix-engine 1.3.0
    • Permalink
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • radixbot
    • Dependencies
      • bitflags ^1.3 normal
      • colored ^2.0.0 normal
      • const-sha1 ^0.3.0 normal
      • hex ^0.4.3 normal
      • inferno ^0.11.19 normal optional
      • lazy_static ^1.4.0 normal
      • lru ^0.8.1 normal optional
      • moka ^0.9.9 normal optional
      • num-traits ^0.2.15 normal
      • paste ^1.0.13 normal
      • perfcnt ^0.8.0 normal optional
      • radix-blueprint-schema-init ^1.3.0 normal
      • radix-common ^1.3.0 normal
      • radix-common-derive ^1.3.0 normal
      • radix-engine-interface ^1.3.0 normal
      • radix-engine-profiling ^1.3.0 normal optional
      • radix-engine-profiling-derive ^1.3.0 normal
      • radix-native-sdk ^1.3.0 normal
      • radix-rust ^1.3.0 normal
      • radix-substate-store-interface ^1.3.0 normal
      • radix-transactions ^1.3.0 normal
      • radix-wasm-instrument ^1.0.0 normal
      • sbor ^1.3.0 normal
      • strum ^0.24 normal
      • syn ^1.0.93 normal
      • tempfile ^3.8.0 normal
      • walkdir ^2.3.3 normal optional
      • wasmi =0.39.1 normal
      • wasmparser ^0.107.0 normal
      • criterion ^0.3 dev
      • wabt ^0.10.0 dev
    • Versions
    • 15.86% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

radix_engine1.3.0

InitSystemModule

Provided Methods

  • init
  • on_teardown

Implementors

In radix_engine::system::module

radix_engine::system::module

Trait InitSystemModule

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

Provided Methods§

Source

fn init(&mut self) -> Result<(), BootloadingError>

Source

fn on_teardown(&mut self) -> Result<(), RuntimeError>

Implementors§

Source§

impl InitSystemModule for AuthModule

Source§

impl InitSystemModule for CostingModule

Source§

impl InitSystemModule for ExecutionTraceModule

Source§

impl InitSystemModule for KernelTraceModule

Source§

impl InitSystemModule for LimitsModule

Source§

impl InitSystemModule for SystemModuleMixer

Source§

impl InitSystemModule for TransactionRuntimeModule