pub fn quote<T: Into<OsString>>(s: T) -> OsString
Expand description

Escape a string of bytes into a new OsString.

Same as escape, but returns an OsString.