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ยง

struct ConfigOptions { /* private fields */ }