Docs.rs
sp-application-crypto-18.0.0
sp-application-crypto 18.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
parity-scale-codec ^3.2.2
normal
scale-info ^2.1.1
normal
serde ^1.0.136
normal
sp-core ^17.0.0
normal
sp-io ^18.0.0
normal
sp-std ^6.0.0
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
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