Searched defs:AsDisplay (Results 1 – 2 of 2) sorted by relevance
5 pub trait AsDisplay<'a> { trait13 impl<'a, T> AsDisplay<'a> for &T impl
81 pub(crate) struct AsDisplay<'a, B>(pub(crate) &'a B); struct84 impl<'a, B: Flags> fmt::Display for AsDisplay<'a, B> implementation