ConfigOptions

Type Alias ConfigOptions 

Source
pub type ConfigOptions = HashSet<ConfigOption>;
Expand description

Set of rules to build an instance of the annotated by #[config] structure.

Aliased Typeยง

pub struct ConfigOptions { /* private fields */ }