Type Alias PyIntRef

Source
pub type PyIntRef = PyRef<PyInt>;

Aliased Type§

struct PyIntRef { /* private fields */ }

Trait Implementations§

Source§

impl From<ArgIndex> for PyIntRef

Source§

fn from(arg: ArgIndex) -> Self

Converts to this type from the input type.