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