Open kayabaNerve opened 2 months ago
-> impl Send + Future<Output = _> (since Rust 1.75) should be the preferred alternative.
-> impl Send + Future<Output = _>
https://github.com/serai-dex/serai/commit/6b270bc6aa5c84676b87990fe3d237ad0cefdeb6 https://github.com/serai-dex/serai/commit/a5f4345646c30bd905054aa304af105a009a129d
were both part of this.
-> impl Send + Future<Output = _>
(since Rust 1.75) should be the preferred alternative.