mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-17 21:20:37 +00:00
This type is a zero-cost wrapper for a u64, meant to help code
communicate with precision what that value means.
It implements Display and Debug. Display "{}" will format as
"1234ABCD:5678CDEF" while Debug will format as Lsn{1234567890}.