Traits§
- Assert
Send - If your future is not
Sendenough, try this. - Async
Friendly - The bounds
Send + Sync + 'staticare often required by type parameters to make FuturesSend + Sync + 'static. - Send
Future - A simplified type alias for
Future<Output = T> + Send.
Functions§
- boxit
- Type erase the provided future by boxing it.