Crate asrefmut

Source
Expand description

Adds the trait AsRefMut<T>, which is implemented for any type which implements AsRef<T> and AsMut<T>.

Traitsยง

AsRefMut
Marker trait representing a type which implements AsRef<T> and AsMut<T>.