[][src]Function wayfinder::parse::errors::show_errors

pub fn show_errors<E, W>(
    out: &mut W,
    buf: &str,
    result: IResult<CompleteStr, E>,
    prefix: &str
) where
    E: Debug,
    W: Write