Trait bc::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§