Type Alias AsyncFetchOutput

Source
pub type AsyncFetchOutput<Data> = (Arc<Path>, Arc<Data>, Result<(), Error>);
Expand description

The result of a fetched task from a stream of input sources.