pub type Padding = Unit;
The wire type corresponding to Padding.
Padding
#[repr(u8)]pub enum Padding { Unit = 0, }
Empty structs are represented as a single 0u8.