Type Definition lwactors::ActFuture [] [src]

type ActFuture<R, E> = Box<Future<Item = R, Error = E> + Send>;