pub type FeatureList<'a> = RecordList<'a, Feature<'a>>;
Expand description
A list of Feature
records.
Aliased Typeยง
pub struct FeatureList<'a> { /* private fields */ }
pub type FeatureList<'a> = RecordList<'a, Feature<'a>>;
A list of Feature
records.
pub struct FeatureList<'a> { /* private fields */ }