Module CseResource.Safe

type t =
| Default
| Active(*

Enables safe search filtering.

*)
| High(*

(Deprecated) Same as active.

*)
| Medium(*

(Deprecated) Same as active.

*)
| Off(*

Disables safe search filtering.

*)
val to_string : t -> string
val of_string : string -> t