macro_rules! impl_default {
($ty:ident) => { ... };
}Expand description
Implements the Default trait for types that have a new function.
macro_rules! impl_default {
($ty:ident) => { ... };
}Implements the Default trait for types that have a new function.