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