Type Alias cfx_executor::stack::FrameResult

source ·
pub type FrameResult = Result<FrameReturn>;
Expand description

The result of executing a frame

Aliased Type§

enum FrameResult {
    Ok(FrameReturn),
    Err(Error),
}

Variants§

§1.0.0

Ok(FrameReturn)

Contains the success value

§1.0.0

Err(Error)

Contains the error value