Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Structured : sig ... end
val params : _ t -> (Yojson.Safe.t -> 'a) -> ('a, string) Result.t
val create : ?params:Structured.t -> id:'id -> method_:string -> unit -> 'id t
type notification = unit t
val either_of_yojson : Yojson.Safe.t -> either
val yojson_of_either : either -> Yojson.Safe.t
val yojson_of_notification : notification -> Yojson.Safe.t
val yojson_of_request : request -> Yojson.Safe.t