☰
GetWeight
GetWeight
Required Methods
weight
Implementors
In xcm
Modules
latest
opaque
prelude
v0
v1
v2
Structs
AlwaysV0
AlwaysV1
AlwaysV2
DoubleEncoded
Enums
Unsupported
VersionedMultiAsset
VersionedMultiAssets
VersionedMultiLocation
VersionedResponse
VersionedXcm
Constants
MAX_XCM_DECODE_DEPTH
Traits
GetWeight
IntoVersion
WrapVersion
Type Definitions
AlwaysLatest
AlwaysRelease
Version
?
Trait
xcm
::
GetWeight
source
·
[
−
]
pub trait GetWeight<W> { fn
weight
(&self) ->
Weight
; }
Required Methods
§
source
fn
weight
(&self) ->
Weight
Implementors
§
source
§
impl<Call, W:
XcmWeightInfo
<Call>>
GetWeight
<W> for
Instruction
<Call>