Expand description
Utilities which allow code to be more robust to changes in dependencies.
The utilities in this crate allow code to depend on details of its dependencies which would not normally be captured by code using the canonical Rust style. See this document for a discussion of when and why this might be desirable.
Traitsยง
- PollExt
- An extension trait adding functionality to
Poll
. - Result
Ext - An extension trait adding functionality to
Result
. - Unreachable
Ext - A trait providing unreachability assertion enforced by the type system.