sp_
runtime
31.0.1
Maybe
Display
Implementors
In sp_
runtime::
traits
sp_runtime
::
traits
Trait
MaybeDisplay
Copy item path
Source
pub trait MaybeDisplay:
Display
{ }
Expand description
A type that implements Display when in std environment.
Implementors
§
Source
§
impl<T:
Display
>
MaybeDisplay
for T