Searched defs:NotBothDebug (Results 1 – 1 of 1) sorted by relevance
25 pub trait NotBothDebug { interface29 impl<A, B> NotBothDebug for &(A, B) { impl