pub type ReadData = Vec<u8>;
Used to return data from read transfers.
struct ReadData { /* private fields */ }