pub fn load_vcd(vcd: &str) -> Result<Vcd>
A helper function using a VcdParser to directly load given VCD file contents (as a &str) to an equivalent Vcd.
VcdParser