pub trait BenchmarkHelper<CollectionId, ItemId> {
    fn collection(i: u16) -> CollectionId;
    fn item(i: u16) -> ItemId;
}

Required Methods§

Implementations on Foreign Types§

Implementors§