Docs.rs
sp-runtime-28.0.0
sp-runtime 28.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.1
normal
either ^1.5
normal
hash256-std-hasher ^0.15.2
normal
impl-trait-for-tuples ^0.2.2
normal
log ^0.4.17
normal
paste ^1.0
normal
rand ^0.8.5
normal
scale-info ^2.10.0
normal
serde ^1.0.188
normal
sp-application-crypto ^27.0.0
normal
sp-arithmetic ^20.0.0
normal
sp-core ^25.0.0
normal
sp-io ^27.0.0
normal
sp-std ^12.0.0
normal
sp-weights ^24.0.0
normal
rand ^0.8.5
dev
serde_json ^1.0.107
dev
zstd ^0.12.4
dev
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_runtime
28.0.0
MaybeHash
Object Safety
Implementors
In sp_runtime::traits
?
Trait
sp_runtime
::
traits
::
MaybeHash
source
·
[
−
]
pub trait MaybeHash:
Hash
{ }
Expand description
A type that implements Hash when in std environment.
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T:
Hash
>
MaybeHash
for T