Skip to main content

is_async_generator

Function is_async_generator 

Source
pub fn is_async_generator(v: &Value) -> bool
Expand description

Whether v is an async function* object (its .next() yields promises).