Trait polkadot_service::runtime_traits::MaybeHash[][src]

pub trait MaybeHash: Hash { }
Expand description

A type that implements Hash when in std environment.

Implementors