Docs.rs
xcm-simulator-12.0.0
xcm-simulator 12.0.0
Docs.rs crate page
GPL-3.0-only
Links
crates.io
Source
Owners
parity-crate-owner
Dependencies
parity-scale-codec ^3.6.1
normal
frame-support ^33.0.0
normal
paste ^1.0.7
normal
polkadot-core-primitives ^12.0.0
normal
polkadot-parachain-primitives ^11.0.0
normal
polkadot-runtime-parachains ^12.0.0
normal
sp-io ^35.0.0
normal
sp-std ^14.0.0
normal
staging-xcm ^12.0.0
normal
staging-xcm-builder ^12.0.0
normal
staging-xcm-executor ^12.0.0
normal
Versions
57.89%
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
xcm_simulator
12.0.0
PreparedMessage
Required Methods
weight_of
Implementations on Foreign Types
WeighedMessage<C>
Implementors
In crate xcm_simulator
?
Settings
Trait
xcm_simulator
::
PreparedMessage
Copy item path
source
·
[
−
]
pub trait PreparedMessage { // Required method fn
weight_of
(&self) ->
Weight
; }
Required Methods
§
source
fn
weight_of
(&self) ->
Weight
Implementations on Foreign Types
§
source
§
impl<C>
PreparedMessage
for
WeighedMessage
<C>
source
§
fn
weight_of
(&self) ->
Weight
Implementors
§