Searched defs:AsDisplay (Results 1 – 3 of 3) sorted by relevance
5 pub trait AsDisplay<'a> { interface13 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