pub trait ReadWrite<V>: Write<V> { // Required method fn read(&self, index: usize) -> V; }
Index-based read/writes to an FPGA.
read value at index