Docs.rs
sp-std-14.0.0
sp-std 14.0.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:paritytech:core-devs
parity-crate-owner
Dependencies
Versions
77.78%
of the crate is documented
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
sp_std
14.0.0
Module default
Traits
Derive Macros
In crate sp_std
?
Module
sp_std
::
default
1.0.0
·
source
·
[
−
]
Expand description
The
Default
trait for types with a default value.
Traits
§
Default
A trait for giving a type a useful default value.
Derive Macros
§
Default
Derive macro generating an impl of the trait
Default
.