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

Abstraction of individual location.

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

Required Methods

Implementations on Foreign Types

Implementors