pub type Snapshot = Vec<FileData>;
Expand description
A snapshot representing a collection of file data.
This is used to store the current state of multiple files, where each file
is represented by its FileData
.
Aliased Typeยง
struct Snapshot { /* private fields */ }