Docs.rs
xcm-simulator-20.0.0
xcm-simulator 20.0.0
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
parity-crate-owner
Dependencies
parity-scale-codec ^3.7.4
normal
frame-support ^40.1.0
normal
frame-system ^40.1.0
normal
paste ^1.0.15
normal
polkadot-core-primitives ^17.1.0
normal
polkadot-parachain-primitives ^16.1.0
normal
polkadot-primitives ^18.1.0
normal
polkadot-runtime-parachains ^19.1.0
normal
scale-info ^2.11.6
normal
sp-io ^40.0.0
normal
sp-runtime ^41.1.0
normal
staging-xcm ^16.1.0
normal
staging-xcm-builder ^20.0.0
normal
staging-xcm-executor ^19.1.0
normal
Versions
59.62%
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
20.0.0
Prepared
Message
Required Methods
weight_of
Implementations on Foreign Types
WeighedMessage<C>
Implementors
In crate xcm_
simulator
xcm_simulator
Trait
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
§