write_crc_tree

Function write_crc_tree 

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

Write a CRC tree to a writer