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

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

Associated Types

type Other: FromPyObject<'p>

type Result: IntoPyCallbackOutput<Self>

Loading content...

Implementors

Loading content...