fuel-bft icon indicating copy to clipboard operation
fuel-bft copied to clipboard

Remove `async_trait` in favor of stdlib

Open vlopes11 opened this issue 3 years ago • 0 comments

Rust doesn't support async traits as of the moment.

As soon as the feature lands in stable, we should remove async_trait from our implementation in favor of the canonical implementation.

Blocked by: https://github.com/rust-lang/rust/issues/44265

Originally posted by @adlerjohn in https://github.com/FuelLabs/fuel-bft/pull/9#discussion_r830431156

vlopes11 avatar Mar 19 '22 08:03 vlopes11