package trail

  1. Overview
  2. Docs

Module Frame.ResponseSource

Sourceval deserialize : string -> ([> `error of [> `Unknown_opcode of int ] | `more of Riot.Bytestring.t | `ok of t ] * string) option
Sourceval serialize : t -> Riot.Bytestring.t