We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A bunch of types (ZeroVec, VarZeroVec, etc) have impl<T> Bake for Foo<T> with no additional bounds, as they bake to a byte stream.
impl<T> Bake for Foo<T>
It should be possible to opt out of such bounds in derives containing such types, like CodePointTrie
CodePointTrie