pub trait OneOrMany<T>: OneOrMany<T> {
    // Provided method
    fn into_iter(self) -> Self::Iter
       where Self: Sized { ... }
}
👎Deprecated: Trait has moved to frame_support::dispatch

Provided Methods§

source

fn into_iter(self) -> Self::Iterwhere Self: Sized,

👎Deprecated: Trait has moved to frame_support::dispatch

Implementors§