mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-28 12:07:28 +00:00
b689790171
* requiring users to maintain an unchecked invariant is unsafe * relax trait restrictions on BoundedVec<T, S> A normal `Vec<T>` can do many things without any particular trait bounds on `T`. This commit relaxes the bounds on `BoundedVec<T, S>` to give it similar capabilities.
Support code for the runtime.
License: Apache-2.0