Closed asutton closed 3 years ago
Add a ?Sized constraint to read::signed and read::unsigned, allowing dyn traits to be used with those functions. This also makes them consistent with the write functions, which already impose that constraint.
Apparently, cargo fmt also restyled some code.
You're very welcome! Out of curiosity, when will this change be reflected in crates.io?
Already published!
Add a ?Sized constraint to read::signed and read::unsigned, allowing dyn traits to be used with those functions. This also makes them consistent with the write functions, which already impose that constraint.
Apparently, cargo fmt also restyled some code.