Searched defs:SetStruct (Results 1 – 2 of 2) sorted by relevance
1369 struct SetStruct<'a, T: 'static> { struct1373 impl<'a, T> Set<'a, T> for SetStruct<'a, T> { implementation
445 def SetStruct(self, struct): member in Entry