Type Alias pyo3_macros_backend::attributes::FromPyWithAttribute

source ·
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>
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here