Function opencv_binding_generator::comment::render_doc_comment_with_processor[][src]

pub fn render_doc_comment_with_processor(
    doc_comment: &str,
    prefix: &str,
    opencv_version: &str,
    post_processor: impl FnMut(&mut String)
) -> String