pub type ReadData = Vec<u8>;
Expand description

Used to return data from read transfers.

Aliased Type§

struct ReadData { /* private fields */ }