referrerpolicy=no-referrer-when-downgrade
polkadot_service::runtime_traits

Trait 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,