Type Definition network_communicator::RequestDownloaderResult [] [src]

type RequestDownloaderResult<T, E> = Result<T, Error<E>>;

Result of working network manager.