pub fn write_crc_tree<V, W: Write>(
    writer: &mut W,
    tree: &BTreeMap<CRC, V>,
    write_value: fn(_: &mut W, _: &V) -> Result<()>
) -> Result<()>
Expand description

Write a CRC tree to a writer