pub trait GetDefaultsOutput {
    fn get_defaults(settings: &mut DataObj<'_>);
}

Required Methods

Implementors