pub type FunctionCallResult = Result<(), SolverError>;
Expand description

Result of a function call (status)