referrerpolicy=no-referrer-when-downgrade
staging_xcm::v3

Trait 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>