pub type ApexSolverResult<T> = Result<T, ApexSolverError>;Expand description
Main result type used throughout the apex-solver library
Aliased Type§
pub enum ApexSolverResult<T> {
Ok(T),
Err(ApexSolverError),
}pub type ApexSolverResult<T> = Result<T, ApexSolverError>;Main result type used throughout the apex-solver library
pub enum ApexSolverResult<T> {
Ok(T),
Err(ApexSolverError),
}