package nbd

  1. Overview
  2. Docs
type t = {
  1. ty : Command.t;
  2. handle : int64;
  3. from : int64;
  4. len : int32;
}
val to_string : t -> string
val sizeof : int
val marshal : Cstruct.t -> t -> unit
val unmarshal : Cstruct.t -> [ `Error of exn | `Ok of t ]