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

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

Associated Types

type Other: FromPyObject<'p>

type Success: IntoPy<PyObject>

type Result: Into<PyResult<Self::Success>>

Loading content...

Implementors

Loading content...