#traits #as-mut #asref

no-std asrefmut

Trait which combines AsRef and AsMut

1 unstable release

0.1.0 Aug 15, 2022

#337 in No standard library

MIT license

2KB

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


lib.rs:

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

No runtime deps