Trait pyo3::impl_::pyclass::PyClass__truediv__SlotFragment

source ·
pub trait PyClass__truediv__SlotFragment<T>: Sized {
    // Provided method
    unsafe fn __truediv__(
        self,
        py: Python<'_>,
        _slf: *mut PyObject,
        _other: *mut PyObject
    ) -> PyResult<*mut PyObject> { ... }
}

Provided Methods§

source

unsafe fn __truediv__( self, py: Python<'_>, _slf: *mut PyObject, _other: *mut PyObject ) -> PyResult<*mut PyObject>

§Safety: _slf and _other must be valid non-null Python objects

Object Safety§

This trait is not object safe.

Implementors§

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