Searched defs:DisplayDebug (Results 1 – 3 of 3) sorted by relevance
18 pub(crate) trait DisplayDebug: fmt::Display + fmt::Debug {} interface
31 fn into_dyn(self) -> RangeBound<Box<dyn crate::format::DisplayDebug>> { in into_dyn()
75 DisplayDebug(HasDisplay, HasDebug), enumerator