Skip to main content

CodeSpanLinkCallback

Type Alias CodeSpanLinkCallback 

Source
pub type CodeSpanLinkCallback = Arc<dyn Fn(&str, &App) -> Option<SharedString> + 'static>;
Expand description

A callback that can turn inline code span text into a link destination.

Aliased Typeยง

pub struct CodeSpanLinkCallback { /* private fields */ }