Type Definition dataloader::BatchFuture [] [src]

type BatchFuture<V, E> = Box<Future<Item=Vec<V>, Error=E>>;