pub trait MaybeDisplay: Display { }
Expand description

A type that implements Display when in std environment.

Implementors§

§

impl<T> MaybeDisplay for T
where T: Display,