Module Variable_presentation_hint.Visibility

type t =
| Public
| Private
| Protected
| Internal
| Final
| Custom of string

Visibility of variable. Before introducing additional values, try to use the listed values.

include JSONABLE with type t := t
type t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val to_yojson : t -> Yojson.Safe.t