pub trait OsStrExt {
// Required methods
fn to_str_direct(&self) -> &str;
fn to_string_direct(&self) -> String;
}pub trait OsStrExt {
// Required methods
fn to_str_direct(&self) -> &str;
fn to_string_direct(&self) -> String;
}