Skip to main content

render_attributes_in_code_with_options

Function render_attributes_in_code_with_options 

Source
pub(super) fn render_attributes_in_code_with_options(
    w: &mut impl Write,
    item: &Item,
    prefix: &str,
    cx: &Context<'_>,
    render_doc_hidden: bool,
    open_tag: &str,
) -> Result