fn split(&self, pat: &OsStr) -> Vec<OsString>fn split_lines(&self) -> Vec<OsString>fn replace(&self, from: &OsStr, to: &OsStr) -> OsStringfn trim_last_space(&self) -> OsStringfn contains_osstr(&self, pat: &OsStr) -> boolfn position(&self, pat: &OsStr) -> Option<usize>fn splice_quoted(&self, from: &OsStr, to: Vec<OsString>) -> Vec<OsString>fn splice_with(&self, from: &OsStr, to: Vec<OsString>) -> Vec<OsString>fn quote(&self) -> OsStringimpl OsStrTools for OsStr[src]fn split(&self, pat: &OsStr) -> Vec<OsString>[src]fn split_lines(&self) -> Vec<OsString>[src]fn quote(&self) -> OsString[src]fn splice_quoted(&self, from: &OsStr, to: Vec<OsString>) -> Vec<OsString>[src]fn splice_with(&self, from: &OsStr, to: Vec<OsString>) -> Vec<OsString>[src]fn replace(&self, from: &OsStr, to: &OsStr) -> OsString[src]fn trim_last_space(&self) -> OsString[src]fn contains_osstr(&self, pat: &OsStr) -> bool[src]fn position(&self, pat: &OsStr) -> Option<usize>[src]