Crates.io | asrefmut |
lib.rs | asrefmut |
version | 0.1.0 |
source | src |
created_at | 2022-08-15 16:44:34.148927 |
updated_at | 2022-08-15 16:44:34.148927 |
description | Trait which combines `AsRef` and `AsMut` |
homepage | |
repository | https://github.com/0x182d4454fb211940/asrefmut |
max_upload_size | |
id | 646026 |
size | 1,721 |
Adds the trait AsRefMut<T>
, which is implemented for any type which implements AsRef<T>
and AsMut<T>
.