pub trait SendFuture<T>: Future<Output = T> + Send { }
A simplified type alias for Future<Output = T> + Send.
Future<Output = T> + Send