AsRef and &T
Recipe | Crates |
---|---|
AsRef and &T |
[asref.incl: fix (P1)](https://github.com/john-cd/rust_howto/issues/618)
When and why to use AsRef
fn main() { todo!(); }
[asref: write (P1)](https://github.com/john-cd/rust_howto/issues/619)
Recipe | Crates |
---|---|
AsRef and &T |
When and why to use AsRef
fn main() { todo!(); }