pub fn refs_to_string_slice_with_format<F: OutputFormat<Output = String>>(
proc_entries: &[ProcEntry],
annotations: Option<&HashMap<String, String>>,
annotation_style: Option<&AnnotationStyle>,
) -> StringExpand description
Render borrowed processed templates into a final bibliography string using a specific format.