Type Alias CustomEscapeFn

Source
pub type CustomEscapeFn = &'static (dyn Fn(&str) -> String + Send + Sync + 'static);