pub fn version_bit_for(conn: &Connection, version_id: i64) -> Result<i64>Expand description
Resolve a version id to its validity bitmask (1 << bit_slot).
Returns Error::VersionNotFound if the version does not exist, or
Error::CorruptBitSlot if the stored bit_slot is outside [0, 63].