pub type Postprocessor = Arc<dyn Fn(PostprocessorOptions) -> String + Send + Sync + 'static>;
Function used to transform a compiled message before output.
pub struct Postprocessor { /* private fields */ }