Module Tws_result

module Tws_result: sig .. end

type 'a t = ('a, Response.Tws_error.t) Core.Std.Result.t 
val ok_exn : 'a t -> 'a