Trait staging_xcm::v2::GetWeight

source ·
pub trait GetWeight<W> {
    // Required method
    fn weight(&self) -> Weight;
}
👎Deprecated: XCMv2 will be removed once XCMv5 is released. Please use XCMv3 or XCMv4 instead.

Required Methods§

source

fn weight(&self) -> Weight

👎Deprecated: XCMv2 will be removed once XCMv5 is released. Please use XCMv3 or XCMv4 instead.

Implementors§

source§

impl<RuntimeCall, W: XcmWeightInfo<RuntimeCall>> GetWeight<W> for Instruction<RuntimeCall>