Function write_vcd_header

Source
pub fn write_vcd_header<W>(writer: W, uut: &dyn Block) -> VCDProbe<W>
where W: Write,