Module F.Feature

type t =
  1. | Temporary
    (*

    A temporary disk is a candidate for deletion on shutdown

    *)
val to_string : t -> string