package pkcs11

  1. Overview
  2. Docs
type t =
  1. | Index of int
  2. | Id of int
  3. | Description of string
  4. | Label of string
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yojson : t -> Yojson.Safe.t
val default : t
val to_string : t -> string * string