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

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

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