Type Definition taskchampion::server::HistorySegment[][src]

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.