Skip to main content

fmt_html

Function fmt_html 

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