|
rstd 0.1.0
|
Trait for cheaply borrowing data as a mutable reference to T. More...
Trait for cheaply borrowing data as a mutable reference to T.
Implementors provide:
as_mut() noexcept -> ref<T> : Returns a mutable reference to the inner T. | T | The target reference type. |