Searched defs:SetU8 (Results 1 – 1 of 1) sorted by relevance
1452 struct SetU8 { struct1456 impl<'a> Set<'a, u8> for SetU8 { implementation1457 fn new(val: &'a u8) -> SetU8 { in new()