Trait pyo3::err::SignedInteger

source ·
pub(crate) trait SignedInteger: Eq {
    const MINUS_ONE: Self;
}

Required Associated Constants§

source

const MINUS_ONE: Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl SignedInteger for i8

source§

const MINUS_ONE: Self = -1i8

source§

impl SignedInteger for i16

source§

const MINUS_ONE: Self = -1i16

source§

impl SignedInteger for i32

source§

const MINUS_ONE: Self = -1i32

source§

impl SignedInteger for i64

source§

const MINUS_ONE: Self = -1i64

source§

impl SignedInteger for i128

source§

const MINUS_ONE: Self = -1i128

source§

impl SignedInteger for isize

source§

const MINUS_ONE: Self = -1isize

Implementors§

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