Trait pyo3::impl_::pymethods::AsyncIterOptionKind

source ·
pub trait AsyncIterOptionKind {
    // Provided method
    fn async_iter_tag(&self) -> AsyncIterOptionTag { ... }
}

Provided Methods§

Implementations on Foreign Types§

source§

impl<Value> AsyncIterOptionKind for Option<Value>

Implementors§

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