Function render_repr_attributes_in_code

Source
fn render_repr_attributes_in_code(
    w: &mut impl Write,
    cx: &Context<'_>,
    def_id: DefId,
    item_type: ItemType,
)
Expand description

used for type aliases to only render their repr attribute.