Values.GuardrailTextCharactersCoverageSourceThe guardrail coverage for the text characters.
type nonrec t = {guarded : TextCharactersGuarded.t option;The text characters that were guarded by the guardrail coverage.
*)total : TextCharactersTotal.t option;The total text characters by the guardrail coverage.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of TextCharactersGuarded.t ]) list ]