Type Alias taskchampion::server::Snapshot

source ·
pub type Snapshot = Vec<u8>;
Expand description

A snapshot of the state of the task database. This is encoded by the taskdb implementation and treated as a sequence of bytes by the server implementation.

Aliased Type§

struct Snapshot { /* private fields */ }