pub fn default<T: Default>() -> impl New<Output = T>
Constructs a New value for a type T using it’s default value.
New
T