pub type FeatureList<'a> = TableRef<'a, FeatureListMarker>;
Expand description

Implementations

Number of FeatureRecords in this table

Array of FeatureRecords — zero-based (first feature has FeatureIndex = 0), listed alphabetically by feature tag

Trait Implementations

Formats the value using the given formatter. Read more
Read an instace of Self from the provided data, performing validation. Read more
The name of this table
Access this table’s fields, in declaration order.