Type Alias pyo3::types::PyLong

source ·
pub type PyLong = PyInt;
👎Deprecated since 0.23.0: use PyInt instead
Expand description

Deprecated alias for PyInt.

Aliased Type§

struct PyLong(/* private fields */);