Enum cassowary::RemoveConstraintError [] [src]

pub enum RemoveConstraintError {
    UnknownConstraint,
    InternalSolverError(&'static str),
}

The possible error conditions that Solver::remove_constraint can fail with.

Variants

The constraint specified was not already in the solver, so cannot be removed.

The solver entered an invalid state. If this occurs please report the issue. This variant specifies additional details as a string.

Trait Implementations

impl Debug for RemoveConstraintError
[src]

[src]

Formats the value using the given formatter.

impl Copy for RemoveConstraintError
[src]

impl Clone for RemoveConstraintError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more