Skip to main content

ReprResult

Type Alias ReprResult 

Source
pub type ReprResult = Result<(SymbolTable, Vec<Expression>), ReprError>;

Aliased Type§

pub enum ReprResult {
    Ok((SymbolTable, Vec<Expression>)),
    Err(ReprError),
}

Variants§

§1.0.0

Ok((SymbolTable, Vec<Expression>))

Contains the success value

§1.0.0

Err(ReprError)

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.