pub type SharedSendFuture<'a, T> = Arc<SendFuture<'a, T>>;

Aliased Type§

struct SharedSendFuture<'a, T> { /* private fields */ }