package nsq

  1. Overview
  2. Docs
type t =
  1. | Topic of string
  2. | TopicEphemeral of string
val to_string : t -> string