pub type BuildResult<O, A> = Result<OpenHypergraph<O, A>, Rc<RefCell<OpenHypergraph<O, A>>>>;
Aliased Type§
pub enum BuildResult<O, A> {
Ok(OpenHypergraph<O, A>),
Err(Rc<RefCell<OpenHypergraph<O, A>>>),
}
Variants§
Ok(OpenHypergraph<O, A>)
Contains the success value
Err(Rc<RefCell<OpenHypergraph<O, A>>>)
Contains the error value