☰
MaybeHash
MaybeHash
Implementors
In sp_application_crypto
Modules
ecdsa
ed25519
key_types
sr25519
Macros
app_crypto
app_crypto_pair
with_pair
wrap
Structs
CryptoTypeId
KeyTypeId
Traits
AppKey
AppPair
AppPublic
AppSignature
BoundToRuntimeAppPublic
MaybeHash
RuntimeAppPublic
RuntimePublic
?
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