Type Alias SEXPResult

Source
pub type SEXPResult = RResult<SEXP>;

Aliased Type§

pub enum SEXPResult {
    Ok(*mut Struct_SEXPREC),
    Err(RError),
}

Variants§

§1.0.0

Ok(*mut Struct_SEXPREC)

Contains the success value

§1.0.0

Err(RError)

Contains the error value