Enum darwin_rs::population_builder::PopError  
                   
                       [−]
                   
               
pub enum PopError {
    IndividualsTooLow,
    LimitEndTooLow,
}Variants
IndividualsTooLow | The number of individuals is too low, should be >= 3  | |
LimitEndTooLow | 
  | 
Trait Implementations
impl Display for PopError
impl Error for PopError
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.