1 unstable release
0.1.0 | Aug 15, 2022 |
---|
#386 in No standard library
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>
.