pub trait BenchmarkHelper<AssetIdParameter> {
    // Required method
    fn create_asset_id_parameter(id: u32) -> AssetIdParameter;
}

Required Methods§

source

fn create_asset_id_parameter(id: u32) -> AssetIdParameter

Implementations on Foreign Types§

source§

impl<AssetIdParameter: From<u32>> BenchmarkHelper<AssetIdParameter> for ()

source§

fn create_asset_id_parameter(id: u32) -> AssetIdParameter

Implementors§