pub trait PreparedMessage {
    // Required method
    fn weight_of(&self) -> Weight;
}

Required Methods§

fn weight_of(&self) -> Weight

Implementors§