Module Codegen.MethodSource

Sourcetype 'a t = {
  1. name : string;
  2. description : string list;
  3. ty : 'a outerfn;
  4. is_notification : bool;
}
Sourceval find_inputs : 'a outerfn -> Idl.Param.boxed list
Sourceval find_output : 'a outerfn -> Idl.Param.boxed
Sourceval find_errors : 'a outerfn -> Rpc.Types.boxed_def