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

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

Associated Types

type Index: FromPyObject<'p> + From<isize>[src]

type Result: IntoPyCallbackOutput<Self>[src]

Loading content...

Implementors

Loading content...