Enum darwin_rs::simulation_builder::SimError []

pub enum SimError {
    EndIterationTooLow,
}

Variants

EndIterationTooLow

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

Trait Implementations

impl Display for SimError

fn fmt(&self, fmt: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Error for SimError

fn description(&self) -> &str

A short description of the error. Read more

fn cause(&self) -> Option<&Error>

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

Derived Implementations

impl Debug for SimError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.