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

pub trait PySequenceConcatProtocol<'p>: PySequenceProtocol<'p> {
    type Other: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<PyObject>;
}

Associated Types

type Other: FromPyObject<'p>

type Result: IntoPyCallbackOutput<PyObject>

Loading content...

Implementors

Loading content...