pub fn push_error(output: &mut Vec<OutputLine>, e: &Error)Expand description
Appends an OutputLine::Error derived from e to output.
pub fn push_error(output: &mut Vec<OutputLine>, e: &Error)Appends an OutputLine::Error derived from e to output.