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