usedeluxe::*;//// EnumAttribute
///// Enum-level attribute for `#[derive(Depict)]`.
#[derive(Default, ExtractAttributes)]#[deluxe(attributes(depict))]pubstructEnumAttribute{/// Whether to include the variant name.
#[deluxe(default = true)]pubvariant:bool,
}