Type Alias pyo3_macros_backend::attributes::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