Enum darwin_rs::simulation_builder::SimError []

pub enum SimError {
    EndIterationTooLow,
}

Variants

The number of iteration is too low, should be >= 10

Trait Implementations

impl Debug for SimError
[src]

Formats the value using the given formatter.

impl Display for SimError

Formats the value using the given formatter. Read more

impl Error for SimError

A short description of the error. Read more

The lower-level cause of this error, if any. Read more