protocol: IntoIterator for BoundedVec
Implement IntoIterator for the BoundedVec.
This allows the use of into_iter for returning the owned data,
rather than references via the Deref implementation.
Implement IntoIterator for the BoundedVec.
This allows the use of into_iter for returning the owned data,
rather than references via the Deref implementation.