Searched defs:CompatibleTable (Results 1 – 2 of 2) sorted by relevance
41 pub struct CompatibleTable(BTreeSet<&'static str>); struct44 impl CompatibleTable { implementation50 pub fn new(id_vec: Vec<&'static str>) -> CompatibleTable { in new()
156 fn compatible_table(&self) -> CompatibleTable { in compatible_table()