referrerpolicy=no-referrer-when-downgrade

Trait staging_xcm::v3::GetWeight

source ·
pub trait GetWeight<W> {
    // Required method
    fn weight(&self) -> Weight;
}

Required Methods§

source

fn weight(&self) -> Weight

Implementors§

source§

impl<Call, W: XcmWeightInfo<Call>> GetWeight<W> for staging_xcm::v4::Instruction<Call>

source§

impl<Call, W: XcmWeightInfo<Call>> GetWeight<W> for staging_xcm::v5::Instruction<Call>

source§

impl<Call, W: XcmWeightInfo<Call>> GetWeight<W> for staging_xcm::v3::Instruction<Call>