pub trait TreeEncoded: Genotype { }
Expand description

Marker trait for declaring a tree encoded genetic::Genotype.

Implementors