pub trait TableIdAllocatorCreator: Send + Sync { // Required method fn create(&self, kv_backend: &KvBackendRef) -> Arc<Sequence>; }