Expand description
Various utils for reference, lifetime and memory management.
Re-exports§
pub use revref::RevMut;pub use revref::RevertCheck;pub use dropref::DropMut;
Modules§
Functions§
- replace
- Replaces object behind a mutable reference with another one. This is a more
generic version of
std::mem::replace. - replace_
async - Replaces object behind a mutable reference with another one. This is a more
generic version of
std::mem::replace.