pyo3_macros_backend::attributes

Type Alias StrFormatterAttribute

Source
pub type StrFormatterAttribute = OptionalKeywordAttribute<str, StringFormatter>;

Aliased Type§

struct StrFormatterAttribute {
    pub kw: str,
    pub value: Option<StringFormatter>,
}

Fields§

§kw: str§value: Option<StringFormatter>
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here