pub enum PropagationResult {
CannotPropagate,
Infeasible,
Success,
}
Expand description
This object encapsulates all possible constraint propagation results.
Variants§
Trait Implementations§
source§impl Debug for PropagationResult
impl Debug for PropagationResult
source§impl PartialEq<PropagationResult> for PropagationResult
impl PartialEq<PropagationResult> for PropagationResult
source§fn eq(&self, other: &PropagationResult) -> bool
fn eq(&self, other: &PropagationResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.