pub trait SnapshotFormatter: Send + Sync { // Required method fn format(&self, snapshot: Snapshot) -> Snapshot; }
Modifies snapshots before serving/displaying
Format the snapshot