pyo3_macros_backend::attributes

Type Alias GILUsedAttribute

Source
pub type GILUsedAttribute = KeywordAttribute<gil_used, LitBool>;

Aliased Type§

struct GILUsedAttribute {
    pub kw: gil_used,
    pub value: LitBool,
}

Fields§

§kw: gil_used§value: LitBool
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here