EDIT: thanks to the links below I found this [1] and this [2]
[1] https://github.com/rust-lang/rust/issues/32838
[2] https://github.com/rust-lang/rfcs/pull/1398
https://stackoverflow.com/questions/20317413/what-are-transp...
std::map<std::string, int> m; std::string_view sv = "mykey"; auto&& iter = m.find(sv);
EDIT: thanks to the links below I found this [1] and this [2]
[1] https://github.com/rust-lang/rust/issues/32838
[2] https://github.com/rust-lang/rfcs/pull/1398