Type Alias IntoPyWithAttribute

Source
pub type IntoPyWithAttribute = KeywordAttribute<into_py_with, ExprPath>;

Aliased Type§

struct IntoPyWithAttribute {
    pub kw: into_py_with,
    pub value: ExprPath,
}

Fields§

§kw: into_py_with§value: ExprPath
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here