polkadot_
service
7.0.1
Maybe
Display
Implementors
In polkadot_
service::
runtime_
traits
polkadot_service
::
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>
MaybeDisplay
for T
where T:
Display
,