pub trait WeightInfo {
    fn create() -> Weight;
fn version_approve() -> Weight; }
Expand description

Weight functions needed for operations.

Required methods

Implementations on Foreign Types

Implementors