move TaskState trait to pbs-datastore

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-07-07 09:24:39 +02:00
parent 86fb38776b
commit 155f657f6b
5 changed files with 26 additions and 21 deletions

View File

@ -1,3 +1,5 @@
//! Basic API types used by most of the PBS code.
use proxmox::api::schema::{ApiStringFormat, Schema, StringSchema};
use proxmox::const_regex;