# Functions
GenerateFromModel takes the generic options, and tries to build a new instance of the model's type by matching keys from the generic options to fields in the model.
NewGeneric returns a new Generic instance.
# Structs
CannotSetFieldError is the error returned when the generic parameters hold a value for a field that cannot be set in the destination structure.
NoSuchFieldError is the error returned when the generic parameters hold a value for a field absent from the destination structure.
TypeMismatchError is the error returned when the type of the generic value for a field mismatches the type of the destination structure.
# Type aliases
Generic is an basic type to store arbitrary settings.