MaybeHash
sp_application_crypto
30.0.0
MaybeHash
Object Safety
Implementors
In crate sp_application_crypto
Modules
ecdsa
ed25519
key_types
sr25519
Macros
app_crypto
app_crypto_pair_common
with_pair
wrap
Structs
CryptoTypeId
KeyTypeId
Enums
DeriveJunction
Traits
AppCrypto
AppPair
AppPublic
AppSignature
BoundToRuntimeAppPublic
MaybeHash
RuntimeAppPublic
RuntimePublic
Ss58Codec
?
Settings
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