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: ExprPathpub type FromPyWithAttribute = KeywordAttribute<from_py_with, ExprPath>;pub struct FromPyWithAttribute {
pub kw: from_py_with,
pub value: ExprPath,
}kw: from_py_with§value: ExprPath