☰
Trait GetWeight
Required Methods
weight
Implementors
Other items in
xcm
All crates
?
Trait
xcm
::
GetWeight
[
−
]
[src]
pub trait GetWeight<W> { fn
weight
(&self) ->
Weight
; }
Required methods
[src]
fn
weight
(&self) ->
Weight
Implementors
[src]
impl<Call, W:
XcmWeightInfo
<Call>>
GetWeight
<W> for
Instruction
<Call>