☰
MaybeHash
Implementors
In sp_runtime::traits
?
Trait
sp_runtime
::
traits
::
MaybeHash
source
·
[
−
]
pub trait MaybeHash:
Hash
{ }
Expand description
A type that implements Hash when in std environment.
Implementors
source
impl<T:
Hash
>
MaybeHash
for T