Type Alias pyo3::ffi::Py_ssize_t

source ·
pub type Py_ssize_t = isize;

Trait Implementations§

source§

impl PyCallbackOutput for Py_ssize_t

source§

const ERR_VALUE: Self = -1isize

The error value to return to python if the callback raised an exception
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here