Docs.rs
xcm-simulator-3.0.0-dev.1
xcm-simulator 3.0.0-dev.1
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 =24.0.0-dev.1
normal
paste ^1.0.7
normal
polkadot-core-primitives =3.0.0-dev.1
normal
polkadot-parachain-primitives =2.0.0-dev.1
normal
polkadot-runtime-parachains =3.0.0-dev.1
normal
sp-io =26.0.0-dev.1
normal
sp-std =11.0.0-dev.1
normal
staging-xcm =3.0.0-dev.1
normal
staging-xcm-builder =3.0.0-dev.1
normal
staging-xcm-executor =3.0.0-dev.1
normal
Versions
57.89%
of the crate is documented
Go to latest stable release
Platform
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
3.0.0-dev.1
PreparedMessage
Required Methods
weight_of
Implementations on Foreign Types
WeighedMessage<C>
Implementors
In crate xcm_simulator
?
Trait
xcm_simulator
::
PreparedMessage
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
§