package nbd

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