AsRef and &T

RecipeCrates
AsRef and &Tstd

When and why to use AsRefinstead of &T

fn main() {
    todo!();
}