referrerpolicy=no-referrer-when-downgrade

Trait polkadot_service::runtime_traits::MaybeDisplay

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,