Trait pallet_uniques::pallet::BenchmarkHelper  
source · pub trait BenchmarkHelper<CollectionId, ItemId> {
    // Required methods
    fn collection(i: u16) -> CollectionId;
    fn item(i: u16) -> ItemId;
}pub trait BenchmarkHelper<CollectionId, ItemId> {
    // Required methods
    fn collection(i: u16) -> CollectionId;
    fn item(i: u16) -> ItemId;
}