/asrefmut

Trait which combines `AsRef` and `AsMut`

Primary LanguageRust

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