Skip to main content

RepresentationResult

Type Alias RepresentationResult 

Source
pub type RepresentationResult<T> = Result<T, RepresentationError>;
Expand description

Result type for representation theory operations

Aliased Type§

pub enum RepresentationResult<T> {
    Ok(T),
    Err(RepresentationError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(RepresentationError)

Contains the error value