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

Provided Methods§

👎Deprecated: Trait has moved to frame_support::dispatch

Implementors§