asrefmut 0.1.0

Trait which combines `AsRef` and `AsMut`
Documentation
1
Adds the trait `AsRefMut<T>`, which is implemented for any type which implements `AsRef<T>` and `AsMut<T>`.