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

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

Associated Types

type Item: FromPyObject<'p>[src]

type Result: IntoPyCallbackOutput<bool>[src]

Loading content...

Implementors

Loading content...