asrefmut

Crates.ioasrefmut
lib.rsasrefmut
version0.1.0
sourcesrc
created_at2022-08-15 16:44:34.148927
updated_at2022-08-15 16:44:34.148927
descriptionTrait which combines `AsRef` and `AsMut`
homepage
repositoryhttps://github.com/0x182d4454fb211940/asrefmut
max_upload_size
id646026
size1,721
(0x182d4454fb211940)

documentation

README

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

Commit count: 1

cargo fmt