pub const fn db_version() -> Result<u64, RuntimeError>
Expand description
SOMEDAY
§Errors
This function returns RuntimeError::KeyNotFound
if the input (if applicable) doesn’t exist or other RuntimeError
’s on database errors.
§Example
// SOMEDAY