polkadot_
sdk_
frame
0.1.0
Maybe
Display
Implementors
In polkadot_
sdk_
frame::
traits
polkadot_sdk_frame
::
traits
Trait
MaybeDisplay
Copy item path
pub trait MaybeDisplay:
Display
{ }
Expand description
A type that implements Display when in std environment.
Implementors
§
§
impl<T>
MaybeDisplay
for T
where T:
Display
,