Docs.rs
sp-application-crypto-26.0.0-dev.1
sp-application-crypto 26.0.0-dev.1
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.1
normal
scale-info ^2.5.0
normal
serde ^1.0.188
normal
sp-core =24.0.0-dev.1
normal
sp-io =26.0.0-dev.1
normal
sp-std =11.0.0-dev.1
normal
Versions
100%
of the crate is documented
Go to latest stable release
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
26.0.0-dev.1
MaybeHash
Object Safety
Implementors
In crate 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).
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T:
Hash
>
MaybeHash
for T