Trait polkadot_service::runtime_traits::MaybeDisplay[][src]

pub trait MaybeDisplay: Display { }
Expand description

A type that implements Display when in std environment.

Implementors