Docs.rs
sp-application-crypto-37.0.0
sp-application-crypto 37.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.6.12
normal
scale-info ^2.11.1
normal
serde ^1.0.197
normal
optional
sp-core ^34.0.0
normal
sp-io ^37.0.0
normal
sp-std ^14.0.0
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sp_application_crypto
37.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