pyo3_macros_backend::attributes

Type Alias ModuleAttribute

Source
pub type ModuleAttribute = KeywordAttribute<module, LitStr>;

Aliased Type§

struct ModuleAttribute {
    pub kw: module,
    pub value: LitStr,
}

Fields§

§kw: module§value: LitStr
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here