Module Yaml_bindings_types.Encoding

type t = [
  1. | `Any
  2. | `E of int64
  3. | `Utf16be
  4. | `Utf16le
  5. | `Utf8
]