Docs.rs
radix-engine-1.3.0
radix-engine 1.3.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
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
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_
engine
1.3.0
HasModules
Required Methods
modules_mut
Implementors
In radix_
engine::
system::
system_
callback
radix_engine
::
system
::
system_callback
Trait
HasModules
Copy item path
Source
pub trait HasModules { // Required method fn
modules_mut
(&mut self) -> &mut
SystemModuleMixer
; }
Required Methods
§
Source
fn
modules_mut
(&mut self) -> &mut
SystemModuleMixer
Implementors
§
Source
§
impl<V:
SystemCallbackObject
>
HasModules
for
System
<V>