Make_binable_with_uuid.Bin_spec
module Binable : Binable.Minimal.S
type t
val to_binable : t -> Binable.t
val of_binable : Binable.t -> t
val caller_identity : Bin_shape.Uuid.t
caller_identity is necessary to ensure different callers of Make_binable_with_uuid are not shape compatible.
caller_identity
Make_binable_with_uuid