Type Alias RtValueResult

Source
pub type RtValueResult = RuntimeResult<GosValue>;

Aliased Type§

pub enum RtValueResult {
    Ok(GosValue),
    Err(String),
}

Variants§

§1.0.0

Ok(GosValue)

Contains the success value

§1.0.0

Err(String)

Contains the error value