Skip to main content

AsyncIterResultOptionKind

Trait AsyncIterResultOptionKind 

Source
pub trait AsyncIterResultOptionKind {
    // Provided method
    fn async_iter_tag(&self) -> AsyncIterResultOptionTag { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<Value, Error> AsyncIterResultOptionKind for Result<Option<Value>, Error>

Implementors§

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