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

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

Associated Types

type Index: FromPyObject<'p> + From<isize>

type Result: Into<PyResult<Self>>

Loading content...

Implementors

Loading content...