Module Queries.ProtectionKind

type t =
  1. | ReadWrite
  2. | Write
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int