Function to_ascii_lines

Source
pub fn to_ascii_lines<P: AsRef<Path>>(
    path: P,
    grayscale_mode: GrayscaleMode,
    with_color: bool,
) -> Result<Vec<Line>, ASCIIError>