Type Definition async_fetcher::Output

source · []
pub type Output<T> = (Arc<Path>, Result<T, Error>);