calyx_frontend::source_info

Type Alias SourceInfoResult

Source
pub type SourceInfoResult<T> = Result<T, SourceInfoTableError>;

Aliased Type§

enum SourceInfoResult<T> {
    Ok(T),
    Err(SourceInfoTableError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(SourceInfoTableError)

Contains the error value