Skip to main content

NativeCallResult

Type Alias NativeCallResult 

Source
pub type NativeCallResult = VmResult<usize>;

Aliased Type§

pub enum NativeCallResult {
    Ok(usize),
    Err(VmExit),
}

Variants§

§1.0.0

Ok(usize)

Contains the success value

§1.0.0

Err(VmExit)

Contains the error value