6 lines
198 B
OCaml
6 lines
198 B
OCaml
|
val read_tls : Tls_lwt.Unix.t ->
|
||
|
(Vmm_commands.wire, [> `Eof | `Exception | `Toomuch ]) result Lwt.t
|
||
|
|
||
|
val write_tls :
|
||
|
Tls_lwt.Unix.t -> Vmm_commands.wire -> (unit, [> `Exception ]) result Lwt.t
|