pub fn binprot_write_with_size<W: Write, B: BinProtWrite>(
    b: &B,
    w: &mut W
) -> Result<()>
Expand description

This uses the “size-prefixed binary protocol”. https://ocaml.janestreet.com/ocaml-core/v0.13/doc/async_unix/Async_unix/Writer/index.html#val-write_bin_prot