pub trait IndividualParents {
    fn get_slice(&self) -> &[IndividualId];
}
Expand description

Abstraction of individual parents.

This trait exists to streamline the API of TableCollection::add_individual and TableCollection::add_individual_with_metadata.

Required Methods

Implementations on Foreign Types

Implementors