Trait pyo3::impl_::pymethods::IterOptionKind

source ·
pub trait IterOptionKind {
    // Provided method
    fn iter_tag(&self) -> IterOptionTag { ... }
}

Provided Methods§

Implementations on Foreign Types§

source§

impl<Value> IterOptionKind for Option<Value>

Implementors§

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here