[][src]Type Definition rsgenetic::sim::SimResult

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

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