Searched defs:FactRow (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/rust/compiler/rustc_borrowck/src/ |
| D | facts.rs | 113 T: FactRow, in write_facts_to_path() 124 trait FactRow { trait 142 impl<A, B> FactRow for (A, B) impl 156 impl<A, B, C> FactRow for (A, B, C) impl 171 impl<A, B, C, D> FactRow for (A, B, C, D) impl
|