[][src]Type Definition dataloader::BatchFuture

type BatchFuture<I, E> = BoxFuture<'static, Result<Vec<I>, E>>;