pub fn default<T: Default>() -> T
Yield the default value for a type that implements Default.
Default
This is a copy of the default function from the standard library, which is not yet stable.
default