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 669d53c0bf
commit 4642ba673a

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;