pub fn generate_batch_id_range(
    guard: &RequestIdGuard<Id<'_>>,
    len: u64
) -> Result<Range<u64>, Error>
Available on crate feature client only.
Expand description

Generate a range of IDs to be used in a batch request.