Module Stable.One_way

type 'msg t = 'msg One_way.t
val create : name:string -> version:int -> bin_msg:'msg Bin_prot.Type_class.t -> 'msg t
val description : _ t -> Description.t
val bin_msg : 'msg t -> 'msg Bin_prot.Type_class.t