Enum gpp_solver::Status [−][src]
pub enum Status {
Done,
DoneWithCycles,
Pending,
}
Expand description
Current status of a Solver
instance.
Variants
Done
All fragments have been successfully evaluated.
DoneWithCycles
All fragments that could be evaluated were evaluated, but there are still some that were not due to being part of one or more dependency cycles.
Pending
The solver is still running and there are still fragments that may be evaluated.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Status
impl UnwindSafe for Status
Blanket Implementations
Mutably borrows from an owned value. Read more