pub type FromPyWithAttribute = KeywordAttribute<from_py_with, ExprPathWrap>;Aliased Type§
struct FromPyWithAttribute {
    pub kw: from_py_with,
    pub value: ExprPathWrap,
}Fields§
§kw: from_py_with§value: ExprPathWrappub type FromPyWithAttribute = KeywordAttribute<from_py_with, ExprPathWrap>;struct FromPyWithAttribute {
    pub kw: from_py_with,
    pub value: ExprPathWrap,
}kw: from_py_with§value: ExprPathWrap