Function fungui::format_error

source ·
pub fn format_error<'a, I, W>(
    w: W,
    source: I,
    pos: Position,
    len: usize,
    msg: &str,
    label: &str
) -> Result<(), Error>where
    W: Write,
    I: Iterator<Item = &'a str>,
Expand description

Formats the error in a user friendly format