package capnp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Make.StructStorageSource

Sourcetype ('cap, +'a) t = private {
  1. data : 'cap Slice.t;
  2. pointers : 'cap Slice.t;
}
Sourceval readonly : ('cap, 'a) t -> (MessageSig.ro, 'a) t
Sourceval with_attachments : MessageSig.attachments -> ('cap, 'a) t -> ('cap, 'a) t
Sourceval get_attachments : ('cap, 'a) t -> MessageSig.attachments
Sourceval v : data:'cap Slice.t -> pointers:'cap Slice.t -> ('cap, 'a) t
Sourceval cast : ('cap, 'a) t -> ('cap, 'b) t
Sourcetype 'a reader_t = (MessageSig.ro, 'a) t option
Sourcetype 'a builder_t = (MessageSig.rw, 'a) t
Sourceval reader_of_builder : 'a builder_t -> 'a reader_t
Sourceval message_of_builder : _ builder_t -> MessageSig.rw Message.t
Sourceval cast_reader : 'a reader_t -> 'b reader_t
OCaml

Innovation. Community. Security.