Skip to main content

RevToken

Type Alias RevToken 

Source
pub type RevToken = u64;
Expand description

Valid within a session. If there’s a collision the most recent matching Revision will be used, which means only the (small) set of concurrent edits could trigger incorrect behavior if they collide, so u64 is safe.