mirakc icon indicating copy to clipboard operation
mirakc copied to clipboard

Remove `async-trait`

Open masnagam opened this issue 2 years ago • 1 comments

See

  • rust-lang/rust#115822
  • tokio-rs/axum#2308

masnagam avatar Nov 25 '23 09:11 masnagam

keep using async-trait for the time being because we need dynamic dispatch. see https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html#should-i-still-use-the-async_trait-macro.

masnagam avatar Jan 01 '24 02:01 masnagam