☰
GetWeight
Required Methods
weight
Implementors
In cumulus_primitives_core
?
Trait
cumulus_primitives_core
::
GetWeight
source
·
[
−
]
pub trait GetWeight<W> { // Required method fn
weight
(&self) ->
Weight
; }
Required Methods
§
source
fn
weight
(&self) ->
Weight
Implementors
§
source
§
impl<Call, W>
GetWeight
<W> for cumulus_primitives_core::
Instruction
<Call>
where W:
XcmWeightInfo
<Call>,
source
§
impl<RuntimeCall, W>
GetWeight
<W> for staging_xcm::v2::
Instruction
<RuntimeCall>
where W:
XcmWeightInfo
<RuntimeCall>,