pub fn dump_vcd(vcd: &Vcd) -> Result<String>
A helper function using a VcdWriter to directly dump a given Vcd to a string containing equivalent VCD file contents.
VcdWriter