StringField

source

Field types that are strings.

type StringField<T> = FieldWhereContravariant<T, string>;