[][src]Function glitter_lang::glitter

pub fn glitter<'a, W: Write>(
    stats: Stats,
    format: &'a str,
    allow_color: bool,
    bash_prompt: bool,
    w: &mut W
) -> Result<(), Error<'a>>