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

pub trait PySequenceInplaceConcatProtocol<'p>: PySequenceProtocol<'p> + IntoPy<PyObject> + 'p {
    type Other: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<Self>;
}

Associated Types

type Other: FromPyObject<'p>[src]

type Result: IntoPyCallbackOutput<Self>[src]

Loading content...

Implementors

Loading content...