Module default
sp_std
14.0.0
Module default
Traits
Derive Macros
In crate sp_std
Modules
alloc
any
borrow
boxed
cell
clone
cmp
collections
convert
default
fmt
hash
iter
marker
mem
num
ops
prelude
ptr
rc
result
slice
str
sync
thread
time
vec
Macros
if_std
map
vec
Structs
Writer
?
Settings
Module
sp_std
::
default
Copy item path
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
.