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