Enum cassowary::AddEditVariableError [] [src]

pub enum AddEditVariableError {
    DuplicateEditVariable,
    BadRequiredStrength,
}

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

Variants

The specified variable is already marked as an edit variable in the solver.

The specified strength was REQUIRED. This is illegal for edit variable strengths.

Trait Implementations

impl Debug for AddEditVariableError
[src]

[src]

Formats the value using the given formatter.

impl Copy for AddEditVariableError
[src]

impl Clone for AddEditVariableError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more