pub fn extract_pyclass_ref<'a, 'holder, T: PyClass>(
obj: Borrowed<'a, '_, PyAny>,
holder: &'holder mut Option<PyClassGuard<'a, T>>,
) -> PyResult<&'holder T>pub fn extract_pyclass_ref<'a, 'holder, T: PyClass>(
obj: Borrowed<'a, '_, PyAny>,
holder: &'holder mut Option<PyClassGuard<'a, T>>,
) -> PyResult<&'holder T>