Type Definition envpath::OsCow

source ·
pub type OsCow<'a> = Option<Cow<'a, OsStr>>;
Expand description

Type alias OsCow for handling OS Strings assigned to the heap or the stack.