Docs.rs
  • radix-engine-1.2.0
    • radix-engine 1.2.0
    • 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
      • 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.2.0 normal
      • radix-common ^1.2.0 normal
      • radix-common-derive ^1.2.0 normal
      • radix-engine-interface ^1.2.0 normal
      • radix-engine-profiling ^1.2.0 normal optional
      • radix-engine-profiling-derive ^1.2.0 normal
      • radix-native-sdk ^1.2.0 normal
      • radix-rust ^1.2.0 normal
      • radix-substate-store-interface ^1.2.0 normal
      • radix-transactions ^1.2.0 normal
      • radix-wasm-instrument ^1.0.0 normal
      • radix-wasmi ^1.0.0 normal
      • sbor ^1.2.0 normal
      • serde_json ^1.0.105 normal optional
      • strum ^0.24 normal
      • syn ^1.0.93 normal
      • wasmer ^2.2.1 normal optional
      • wasmer-compiler-singlepass ^2.2.1 normal optional
      • wasmparser ^0.107.0 normal
      • criterion ^0.3 dev
      • wabt ^0.10.0 dev
      • wasmer ^2.2.1 dev
      • wasmer-compiler-singlepass ^2.2.1 dev
    • Versions
    • 11.85% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

radix_engine1.2.0

InitSystemModule

Provided Methods

  • init
  • on_teardown

Implementors

In radix_engine::system::module

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> { ... }
}

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