Closed klkvr closed 3 days ago
Closes https://github.com/alloy-rs/alloy/issues/1147
Use TransportFut in the bound which adjusts when to require Send.
TransportFut
Send
This is a bit more restrictive but should be fine as all transports are requried to produce TransportFut
Motivation
Closes https://github.com/alloy-rs/alloy/issues/1147
Solution
Use
TransportFut
in the bound which adjusts when to requireSend
.This is a bit more restrictive but should be fine as all transports are requried to produce
TransportFut
PR Checklist