Trait MaybeDisplay
pub trait MaybeDisplay: Display { }Expand description
A type that implements Display when in std environment.
Implementors§
impl<T> MaybeDisplay for Twhere
T: Display,
Available on crate feature
std only.