pub fn is_async_generator(v: &Value) -> bool
Whether v is an async function* object (its .next() yields promises).
v
async function*
.next()