[][src]Trait pyo3::class::sequence::PySequenceRepeatProtocol

pub trait PySequenceRepeatProtocol<'p>: PySequenceProtocol<'p> {
    type Index: FromPyObject<'p> + From<isize>;
    type Success: IntoPy<PyObject>;
    type Result: Into<PyResult<Self::Success>>;
}

Associated Types

Loading content...

Implementors

Loading content...