pyo3::impl_::pyclass

Trait PyO3GetField

Source
pub trait PyO3GetField<'py>: IntoPyObject<'py> + Clone { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<'py, T> PyO3GetField<'py> for T
where T: IntoPyObject<'py> + Clone,

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here