mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-30 03:23:17 +00:00
![]() 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> |
||
---|---|---|
.. | ||
api_type_macros.rs | ||
const_regex.rs | ||
de.rs | ||
format.rs | ||
lib.rs | ||
schema.rs | ||
upid.rs |