Open zyctree opened 4 years ago
the async/await syntax needs to be updated, instead
req.wait()?;
now it is like
req.await?;
https://tikv.org/docs/3.0/reference/clients/rust/ https://github.com/tikv/client-rust/blob/master/examples/raw.rs
Great catch, thanks!
the async/await syntax needs to be updated, instead
now it is like
https://tikv.org/docs/3.0/reference/clients/rust/ https://github.com/tikv/client-rust/blob/master/examples/raw.rs