Searched defs:DisplayDebug (Results 1 – 8 of 8) sorted by relevance
67 pub(crate) struct DisplayDebug<D>(pub(crate) D); struct69 impl<D: crate::lib::std::fmt::Debug> crate::lib::std::fmt::Display for DisplayDebug<D> { implementation
18 pub(crate) trait DisplayDebug: fmt::Display + fmt::Debug {} interface
31 fn into_dyn(self) -> RangeBound<Box<dyn crate::format::DisplayDebug>> { in into_dyn()
37 DisplayDebug(PathBuf), enumerator
76 DisplayDebug(HasDisplay, HasDebug), enumerator
15 struct DisplayDebug; struct17 impl ::std::fmt::Display for DisplayDebug { implementation