Type Alias FromPyWithAttribute

Source
pub type FromPyWithAttribute = KeywordAttribute<from_py_with, ExprPath>;

Aliased Type§

pub struct FromPyWithAttribute {
    pub kw: from_py_with,
    pub value: ExprPath,
}

Fields§

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