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

pub trait PySequenceContainsProtocol<'p>: PySequenceProtocol<'p> {
    type Item: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<bool>;
}

Associated Types

type Item: FromPyObject<'p>

type Result: IntoPyCallbackOutput<bool>

Loading content...

Implementors

Loading content...