Expand description
Transform Box, Vec and HashMap while recycling the backing memory if possible.
📦 Crates.io │ 📑 GitHub │ 💬 Chat
§Example
...
Macros§
- try
- Unwraps a result or propagates its error.
Structs§
- None
Error - The error type that results from applying the try operator (
?
) to aNone
value.
Traits§
- Try
- A stable version of
core::ops::Try
. - VecExt
- Extension methods for
Vec<T>