rsgenetic::sim::SimResult [] [src]

type SimResult<'a, T> = Result<&'a T, &'a String>;

The result of a simulation, containing the best phenotype or an error message.