Module type Utils_intf.Make_binable_with_uuid_spec

include Make_binable_without_uuid_spec
type t
val to_binable : t -> Binable.t
val of_binable : Binable.t -> t
val caller_identity : Bin_prot.Shape.Uuid.t

caller_identity is necessary to ensure different callers of Make_binable_with_uuid are not shape compatible.