// Copyright 2026 Umberto Gotti <umberto.gotti@umbertogotti.dev>
// Licensed under the MIT License
// SPDX-License-Identifier: MIT
useanyhow::Result;usecrate::grip_report::GripReport;pubtraitReporter{fnrender(&self, report:&GripReport)->Result<String>;fnwrite(&self, report:&GripReport)->Result<()>;}