Docs.rs
frame-support-38.0.0
frame-support 38.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
aquamarine ^0.5.0
normal
array-bytes ^6.2.2
normal
bitflags ^1.3.2
normal
parity-scale-codec ^3.6.12
normal
docify ^0.2.8
normal
environmental ^1.1.4
normal
frame-metadata ^16.0.0
normal
frame-support-procedural ^30.0.3
normal
impl-trait-for-tuples ^0.2.2
normal
k256 ^0.13.3
normal
log ^0.4.22
normal
macro_magic ^0.5.1
normal
paste ^1.0.15
normal
scale-info ^2.11.1
normal
serde ^1.0.209
normal
serde_json ^1.0.127
normal
smallvec ^1.11.0
normal
sp-api ^34.0.0
normal
sp-arithmetic ^26.0.0
normal
sp-core ^34.0.0
normal
sp-crypto-hashing-proc-macro ^0.1.0
normal
sp-debug-derive ^14.0.0
normal
sp-genesis-builder ^0.15.1
normal
sp-inherents ^34.0.0
normal
sp-io ^38.0.0
normal
sp-metadata-ir ^0.7.0
normal
sp-runtime ^39.0.1
normal
sp-staking ^36.0.0
normal
sp-state-machine ^0.43.0
normal
optional
sp-std ^14.0.0
normal
sp-tracing ^17.0.1
normal
sp-weights ^31.0.0
normal
static_assertions ^1.1.0
normal
tt-call ^1.0.8
normal
assert_matches ^1.5.0
dev
pretty_assertions ^1.3.0
dev
Versions
93.48%
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
frame_
support
38.0.0
FromKey
Required Methods
from_key
Object Safety
Implementors
In frame_
support::
traits::
dynamic_
params
frame_support
::
traits
::
dynamic_params
Trait
FromKey
Copy item path
source
pub trait FromKey<T>:
Sized
{ // Required method fn
from_key
(value: T) -> Self; }
Required Methods
§
source
fn
from_key
(value: T) -> Self
Object Safety
§
This trait is
not
object safe
.
Implementors
§