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