logo
pub trait Vbytes {
    fn vbytes(self) -> usize;
}
Expand description

Trait implemented by types that can be used to measure weight units.

Required Methods

Convert weight units to virtual bytes.

Implementations on Foreign Types

Implementors