Trait polkadot_sdk_frame::traits::MaybeDisplay
pub trait MaybeDisplay: Display { }
Expand description
A type that implements Display when in std environment.
pub trait MaybeDisplay: Display { }
A type that implements Display when in std environment.