pub(crate) trait StyleEditionDefault {
type ConfigType;
// Required method
fn style_edition_default(style_edition: StyleEdition) -> Self::ConfigType;
}
Expand description
Defines the default value for the given style edition
Required Associated Types§
type ConfigType
Required Methods§
fn style_edition_default(style_edition: StyleEdition) -> Self::ConfigType
Object Safety§
This trait is not object safe.