Skip to main content

fmt_markdown

Function fmt_markdown 

Source
pub fn fmt_markdown<S>(out: Arc<Mutex<S>>) -> Box<Closure>
where S: Write + Send + 'static,