Skip to main content

StyleFn

Type Alias StyleFn 

Source
pub type StyleFn = Arc<dyn Fn(&str) -> String>;
Expand description

Type alias for markdown theme styling functions.

Aliased Typeยง

pub struct StyleFn { /* private fields */ }