fable-validation


FieldInfo<'T, 'T0, 'E>

Namespace: Fable.Validation
Parent Module: Core

Record Fields

Record FieldDescription
key
Signature: string
[src]
original
Signature: 'T
[src]
result
Signature: ValidateResult<'T0>
[src]
validator
Signature: Validator<'E>
[src]

Instance members

Instance memberDescription
Replace(result)
Signature: result:ValidateResult<'T1> -> FieldInfo<'T,'T1,'E>
[src]
Fork me on GitHub