Type Alias reth_beacon_consensus::BeaconEngineResult

source ·
pub type BeaconEngineResult<Ok> = Result<Ok, BeaconConsensusEngineError>;
Expand description

Beacon engine result.

Aliased Type§

enum BeaconEngineResult<Ok> {
    Ok(Ok),
    Err(BeaconConsensusEngineError),
}

Variants§

§1.0.0

Ok(Ok)

Contains the success value

§1.0.0

Err(BeaconConsensusEngineError)

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.