Type Alias irox_threading::SendFuture

source ·
pub type SendFuture<'a, T> = dyn Future<Output = T> + Send + 'a;