referrerpolicy=no-referrer-when-downgrade
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 staging_xcm::v4::Instruction<Call>
where W: XcmWeightInfo<Call>,

Source§

impl<Call, W> GetWeight<W> for collectives_westend_integration_tests::Instruction<Call>
where W: XcmWeightInfo<Call>,

Source§

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