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.
1 file changed
+9
-0
37d4ae4a
→
c675683d
modified crates/radicle-protocol/src/bounded.rs
@@ -180,6 +180,15 @@ impl<T: Clone, const N: usize> BoundedVec<T, N> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|