Type Alias Feat

pub type Feat<'a> = TableRef<'a, FeatMarker>;
Expand description

The feature name table.

Aliased Typeยง

pub struct Feat<'a> { /* private fields */ }