Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Details about the export chosen by the client, sent in response to an ExportName
option.
type t = {
size : int64;
The size of the disk in bytes
*)flags : PerExportFlag.t list;
Flags associated with the disk
*)}
Details about the export chosen by the client.
val unmarshal : Cstruct.t -> (t, exn) Result.result
val marshal : Cstruct.t -> t -> unit