Type Definition dairy::OsString[][src]

type OsString<'a> = Cow<'a, OsStr>;
Expand description

Convenient type alias for a clone-on-write OsStr.