package rpc

  1. Overview
  2. Docs

Parameters

Signature

type implementation = server_implementation
type 'a res = 'a -> unit
type ('a, 'b) comp = ('a, 'b) Result.result
type _ fn
val (@->) : 'a Param.t -> 'b fn -> ('a -> 'b) fn
val returning : 'a Param.t -> 'b Error.t -> ('a, 'b) comp fn
val declare : string -> string list -> 'a fn -> 'a res
OCaml

Innovation. Community. Security.