Type Alias WireReadData

Source
pub type WireReadData<'de> = WireVector<'de, u8>;
Expand description

The wire type corresponding to ReadData.

Aliased Typeยง

pub struct WireReadData<'de> { /* private fields */ }