pub type StrFormatterAttribute = OptionalKeywordAttribute<str, StringFormatter>;Aliased Type§
struct StrFormatterAttribute {
    pub kw: str,
    pub value: Option<StringFormatter>,
}Fields§
§kw: str§value: Option<StringFormatter>pub type StrFormatterAttribute = OptionalKeywordAttribute<str, StringFormatter>;struct StrFormatterAttribute {
    pub kw: str,
    pub value: Option<StringFormatter>,
}kw: str§value: Option<StringFormatter>