Type Definition event_web::SendFuture[][src]

type SendFuture<T, E> = Box<Future<Item = T, Error = E> + Send>;