Type Alias reth_rpc_engine_api::EngineApiResult

source ·
pub type EngineApiResult<Ok> = Result<Ok, EngineApiError>;
Expand description

The Engine API result type

Aliased Type§

enum EngineApiResult<Ok> {
    Ok(Ok),
    Err(EngineApiError),
}

Variants§

§1.0.0

Ok(Ok)

Contains the success value

§1.0.0

Err(EngineApiError)

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.