Implement `IntoIterator` for the `BoundedVec`. This allows the use of `into_iter` for returning the owned data, rather than references via the `Deref` implementation. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
Implement `IntoIterator` for the `BoundedVec`. This allows the use of `into_iter` for returning the owned data, rather than references via the `Deref` implementation. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||