Module Raw_handler.T

module T: sig .. end

type 'a t = {
   execution_context :Execution_context.t;
   run :'a -> unit;
}