Function node_read_file_async

Source
pub fn node_read_file_async(fs: &NodeFs, path: &str) -> JsFuture
Expand description

Rust Future from nodejs fs.readFile Promise (awaitable in node).