Type Alias taskchampion::server::HistorySegment

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

A segment in the history of this task database, in the form of a sequence of operations. This data is pre-encoded, and from the protocol level appears as a sequence of bytes.

Aliased Type§

struct HistorySegment { /* private fields */ }