Trait puff_rs::python::IntoPyPointer
source · Expand description
This trait allows retrieving the underlying FFI pointer from Python objects.
Required Methods
Implementations on Foreign Types
sourceimpl<T> IntoPyPointer for Option<T>where
T: IntoPyPointer,
impl<T> IntoPyPointer for Option<T>where
T: IntoPyPointer,
Convert None into a null pointer.