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

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

Associated Types

type Other: FromPyObject<'p>

type Result: Into<PyResult<Self>>

Loading content...

Implementors

Loading content...