serai-dex / serai

Other
266 stars 49 forks source link

Remove async-trait #607

Open kayabaNerve opened 2 months ago

kayabaNerve commented 2 months ago

-> impl Send + Future<Output = _> (since Rust 1.75) should be the preferred alternative.

kayabaNerve commented 2 months ago

https://github.com/serai-dex/serai/commit/6b270bc6aa5c84676b87990fe3d237ad0cefdeb6 https://github.com/serai-dex/serai/commit/a5f4345646c30bd905054aa304af105a009a129d

were both part of this.