☰
MaybeHash
Implementors
In sp_application_crypto
?
Trait
sp_application_crypto
::
MaybeHash
source
·
[
−
]
pub trait MaybeHash:
Hash
{ }
Expand description
Type which implements Hash in std, not when no-std (std variant).
Implementors
§
source
§
impl<T:
Hash
>
MaybeHash
for T