[][src]Function indradb::util::next_uuid

pub fn next_uuid(uuid: Uuid) -> ValidationResult<Uuid>

Gets the next UUID that would occur after the given one.

Arguments

  • uuid - The input UUID.

Errors

Returns a ValidationError if the input UUID is the great possible value (i.e., FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF)