pub type WireReadData<'de> = WireVector<'de, u8>;
The wire type corresponding to ReadData.
ReadData
pub struct WireReadData<'de> { /* private fields */ }