Function pyo3::impl_::frompyobject::failed_to_extract_enum

source ·
pub fn failed_to_extract_enum(
    py: Python<'_>,
    type_name: &str,
    variant_names: &[&str],
    error_names: &[&str],
    errors: &[PyErr]
) -> PyErr
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here