async fn walked(over: AsyncIterator) -> Result<Vec<JsValue>>Expand description
Drain an async iterator, which is how a directory answers what is in it.
async fn walked(over: AsyncIterator) -> Result<Vec<JsValue>>Drain an async iterator, which is how a directory answers what is in it.