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

Weight functions needed for workflows.

Required methods

Implementations on Foreign Types

Implementors