pub const PROCESS_LEASE_SCHEMA_VERSION: u32 = 1;Expand description
Wire-format version stamped on every persisted ProcessLease.
Bump when the on-wire shape of ProcessLease changes in a way that older
code cannot safely deserialize.
pub const PROCESS_LEASE_SCHEMA_VERSION: u32 = 1;Wire-format version stamped on every persisted ProcessLease.
Bump when the on-wire shape of ProcessLease changes in a way that older
code cannot safely deserialize.