Skip to main content

PyTupleRef

Type Alias PyTupleRef 

Source
pub type PyTupleRef = PyRef<PyTuple>;

Aliased Type§

pub struct PyTupleRef { /* private fields */ }

Trait Implementations§

Source§

impl<T: PyPayload> From<PyRef<PyTuple<PyRef<T>>>> for PyTupleRef

Source§

fn from(tup: PyRef<PyTuple<PyRef<T>>>) -> Self

Converts to this type from the input type.