Home
last modified time | relevance | path

Searched defs:NotBothDebug (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/anyhow/src/
Densure.rs25 pub trait NotBothDebug { interface
29 impl<A, B> NotBothDebug for &(A, B) { impl