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

type SimResult<T> = Result<T, String>;

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