Module Core_kernel__.Core_bin_prot.Writer

type 'a t = 'a Bin_prot.Type_class.writer = {
size : 'a Size.sizer;
write : 'a Write.writer;
}
val to_string : 'a t ‑> 'a ‑> Core_kernel__.Import.string