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),
}pub type RepresentationResult<T> = Result<T, RepresentationError>;Result type for representation theory operations
pub enum RepresentationResult<T> {
Ok(T),
Err(RepresentationError),
}