bp

Trait Weight

Source
pub trait Weight {
    // Required method
    fn weight_units(&self) -> WeightUnits;

    // Provided method
    fn vbytes(&self) -> VBytes { ... }
}

Required Methods§

Provided Methods§

Source

fn vbytes(&self) -> VBytes

Implementors§