concat

Function concat 

Source
pub fn concat<S1, S2>(path: S1, suffix: S2) -> OsString
where S1: AsRef<OsStr>, S2: AsRef<OsStr>,
Expand description

Concatenate two OsStrings.

Takes two arguments that can be used as a reference to OsStr, and returns a new OsString instance by concatenating them.