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

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

Associated Types

type Item: FromPyObject<'p>

type Result: Into<PyResult<bool>>

Loading content...

Implementors

Loading content...