pub type FeatureMap<'a> = TableRef<'a, FeatureMapMarker>;
struct FeatureMap<'a> { /* private fields */ }
A constructor that requires additional arguments.
This type requires some external state in order to be parsed.