::
std::
default::
Trait
Default
pub trait Default {
fn
default
() -> Self;
}
Expand
Trait for types which have a constructible default value.