☰
GetWeight
Required Methods
weight
Implementors
In xcm
?
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>