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