There are cases in std where functions expect a T: AsRef<OsStr> when working with OS-related operations like getting env vars through std::env::var.
This may be too niche to be worth adding, and is not necessarily related to the original purpose of "programming language tokens", so feel free to close!
There are cases in
std
where functions expect aT: AsRef<OsStr>
when working with OS-related operations like getting env vars throughstd::env::var
.This may be too niche to be worth adding, and is not necessarily related to the original purpose of "programming language tokens", so feel free to close!