Skip to main content

EmptyStruct

Type Alias EmptyStruct 

Source
pub type EmptyStruct = ();
Expand description

Used in places where empty structs are needed, such as empty union members, to avoid creating new struct types.