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