package nbd

  1. Overview
  2. Docs
type t =
  1. | Read
  2. | Write
  3. | Disc
  4. | Flush
  5. | Trim
  6. | Unknown of int32
val to_string : t -> string