func()

in struct_field.go [26:28]


func (s StructFieldValue) Set(val string) error {
	return convert(val, s.value, s.field.Tag)
}