Searched defs:SetOsString (Results 1 – 1 of 1) sorted by relevance
1551 struct SetOsString<'a> { struct1555 impl<'a> Set<'a, OsString> for SetOsString<'a> { implementation1556 fn new(val: &'a OsString) -> SetOsString { in new()