write_vcd_change

Function write_vcd_change 

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