From 4642ba673a5511ca946ec3cfed6caec3611388d0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 7 Jul 2021 09:24:39 +0200 Subject: [PATCH] move TaskState trait to pbs-datastore Signed-off-by: Wolfgang Bumiller --- pbs-api-types/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pbs-api-types/src/lib.rs b/pbs-api-types/src/lib.rs index 0e3d5c39..108c2ee2 100644 --- a/pbs-api-types/src/lib.rs +++ b/pbs-api-types/src/lib.rs @@ -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;