Back to Rust

{{typ}} {{name|wrapped|safe}} {# #} {# #} Copy item path {# #} {# #}

src/librustdoc/html/templates/print_item.html

1.97.1712 B
Original Source

{% if !path_components.is_empty() %} {% for (i, component) in path_components.iter().enumerate() %} {% if i != 0 %} :: {% endif %} {{component.name}} {% endfor %} {% endif %}

{{typ}} {{name|wrapped|safe}} {# #} {# #} Copy item path {# #} {# #}

{# #} {# #} {% if !notable_trait_badges.is_empty() %} {% for badge in notable_trait_badges.iter() %} {{badge.name}} {% endfor %} {% endif %} {% if !stability_since_raw.is_empty() %} {{ stability_since_raw|safe +}} {% endif %} {% match src_href %} {% when Some with (href) %} {% if !stability_since_raw.is_empty() +%} · {%+ endif %} Source {#+ #} {% else %} {% endmatch %} {# #} {# #}