Available on crate feature
provenance only.Expand description
Optional module for table and tree sequence provenance tables.
This module is enabled via the "provenance" feature and provides
the following:
crate::TableCollection::add_provenancecrate::TreeSequence::add_provenanceProvenanceTable.ProvenanceTableRow, which is the value type returned byProvenanceTable::iter.
Structsยง
- Owning
Provenance Table - A provenance table that owns its own data.
- Provenance
Table - An immutable view of a provenance table.
- Provenance
Table Row - Row of a
ProvenanceTable. - Provenance
Table RowView