Type Alias reth_network_p2p::headers::error::HeadersDownloaderResult

source ·
pub type HeadersDownloaderResult<T> = Result<T, HeadersDownloaderError>;
Expand description

Header downloader result

Aliased Type§

enum HeadersDownloaderResult<T> {
    Ok(T),
    Err(HeadersDownloaderError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(HeadersDownloaderError)

Contains the error value

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.