Macro orx_pseudo_default::impl_from_default

source ยท
macro_rules! impl_from_default {
    ($t:ty) => { ... };
    ($a:ident, $t:ty) => { ... };
}
Expand description

Implements PseudoDefault from Default.