Trait frame_support::weights::OneOrMany
source · Expand description
A trait that represents one or many values of given type.
Useful to accept as parameter type to let the caller pass either a single value directly or an iterator.