package piqilib

  1. Overview
  2. Docs
type t = {
  1. mutable typename : string option;
  2. mutable protobuf : Piqi_impl_piqi.binary option;
  3. mutable json : string option;
  4. mutable xml : string option;
  5. mutable piq : string option;
  6. mutable ref : int option;
}