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