SnapshotFormatter

Trait SnapshotFormatter 

Source
pub trait SnapshotFormatter: Send + Sync {
    // Required method
    fn format(&self, snapshot: Snapshot) -> Snapshot;
}
Expand description

Modifies snapshots before serving/displaying

Required Methods§

Source

fn format(&self, snapshot: Snapshot) -> Snapshot

Format the snapshot

Implementors§