#[bisync]Available on crate feature
blocking-client and (crate features async-client or blocking-client) only.Expand description
Turn async-shaped Rust code into its blocking equivalent by removing async and .await tokens.