Implement NoCell
, IntoBytes
and possibly other traits for std::convert::Infallible
#1528
Labels
customer-request
Documents customer requests.
What is the name of your project?
Fuchsia netstack3
Please provide a link to your project (GitHub repository, crates.io page, etc).
https://cs.opensource.google/fuchsia/fuchsia/+/main:src/connectivity/
What features would you like from zerocopy?
It might be useful to implement
NoCell
,IntoBytes
and possibly other traits forstd::convert::Infallible
so that it can be used e.g. in associated types. This would improve how specific invariants are enforced and would allow useInfallible
instead of()
or a custom defined type with the same behavior ofInfallible
.The text was updated successfully, but these errors were encountered: