use ;
/// Implemented by output-formatter plugins.
///
/// The host invokes [`OutputFormatter::on_event`] for every build event
/// in order, then once at the end calls [`OutputFormatter::finalize`]
/// for formatters that accumulate (`JUnit` XML, JSON arrays).