proxmox/proxmox-schema
Wolfgang Bumiller a5ba444a5b schema: ParameterError convenience
for ease of use implement these traits for ParameterError:
    * From<(&str, Error)>
    * From<(String, Error)>
    * Extend<(String, Error)>
    * Extend<(&str, Error)>
    * IntoIterator<Item = (String, Error)>

and add the following methods:
    * fn into_inner(self) -> Vec<(String, Error)>;

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-02-11 14:01:57 +01:00
..
debian bump proxmox-schema to 1.1.0-1 2021-12-16 11:07:30 +01:00
src schema: ParameterError convenience 2022-02-11 14:01:57 +01:00
tests schema: fix deprecation warnings in tests 2021-12-17 08:07:02 +01:00
Cargo.toml schema: bump regex dep to 1.5 2021-12-16 11:16:00 +01:00