[][src]Trait pyo3::class::mapping::PyMappingContainsProtocol

pub trait PyMappingContainsProtocol<'p>: PyMappingProtocol<'p> {
    type Value: FromPyObject<'p>;
    type Result: Into<PyResult<bool>>;
}

Associated Types

type Value: FromPyObject<'p>

type Result: Into<PyResult<bool>>

Loading content...

Implementors

Loading content...