Function pyo3::impl_::frompyobject::extract_struct_field_with

source ·
pub fn extract_struct_field_with<'a, 'py, T>(
    extractor: impl Into<Extractor<'a, 'py, T>>,
    obj: &'a Bound<'py, PyAny>,
    struct_name: &str,
    field_name: &str
) -> PyResult<T>
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here