Skip to main content

markdown_table

Function markdown_table 

Source
pub fn markdown_table<S>(
    out: &mut S,
    level: &Level,
    span: &str,
    msg: &str,
) -> Result
where S: Write + ?Sized,