sp_application_crypto
30.0.0
MaybeHash
Object Safety
Implementors
In crate sp_application_crypto
Trait
sp_application_crypto
::
MaybeHash
Copy item path
source
·
[
−
]
pub trait MaybeHash:
Hash
{ }
Expand description
Type which implements Hash in std, not when no-std (std variant).
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T:
Hash
>
MaybeHash
for T