FieldFactory represents a factory function that creates a Field instance for the given type.
The type of value that the created field handles.
The configuration options for the field.
A Field instance that handles values of type T.
FieldFactory represents a factory function that creates a Field instance for the given type.