Function rustdoc::html::render::short_item_info
source · fn short_item_info(
item: &Item,
cx: &mut Context<'_>,
parent: Option<&Item>
) -> Vec<ShortItemInfo>
Expand description
Render the stability, deprecation and portability information that is displayed at the top of the item’s documentation.