Trait neat::Prunable

source ·
pub trait Prunable: Sized {
    // Provided method
    fn despawn(self) { ... }
}
Expand description

Used in pruning next_gens

Provided Methods§

source

fn despawn(self)

This does any unfinished work in the despawning process. It doesn’t need to be implemented unless in specific usecases where your algorithm needs to explicitly despawn a genome.

Object Safety§

This trait is not object safe.

Implementors§