FieldInfo<'T, 'T0, 'E>
Namespace: Fable.Validation
Parent Module: Core
Record Fields
Record Field | Description |
key
Signature: string
|
[src] |
original
Signature: 'T
|
[src] |
result
Signature: ValidateResult<'T0>
|
[src] |
validator
Signature: Validator<'E>
|
[src] |
Instance members
Instance member | Description |
Replace(result)
Signature: result:ValidateResult<'T1> -> FieldInfo<'T,'T1,'E>
|
[src] |