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