Type Alias pyo3::err::err_state::PyErrStateLazyFn

source ·
pub(crate) type PyErrStateLazyFn = dyn for<'py> FnOnce(Python<'py>) -> PyErrStateLazyFnOutput + Send + Sync;
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here