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

pub trait PySequenceSetItemProtocol<'p>: PySequenceProtocol<'p> {
    type Index: FromPyObject<'p> + From<isize>;
    type Value: FromPyObject<'p>;
    type Result: IntoPyCallbackOutput<()>;
}

Associated Types

type Index: FromPyObject<'p> + From<isize>

type Value: FromPyObject<'p>

type Result: IntoPyCallbackOutput<()>

Loading content...

Implementors

Loading content...