Skip to main content

StructTypeRef

Type Alias StructTypeRef 

Source
pub type StructTypeRef = TypeNameRef<StructType>;
Expand description

Type-level reference to a struct/tagged-union definition.

Aliased Typeยง

pub struct StructTypeRef { /* private fields */ }