Skip to main content

fmt

Function fmt 

Source
pub fn fmt<F, S>(fun: F, out: Arc<Mutex<S>>) -> Box<Closure>
where F: Fn(&mut S, &Level, &str, &str) -> Result + Send + Sync + Copy + 'static, S: Write + Send + 'static,