mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 09:08:51 +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> |
||
---|---|---|
.. | ||
debian | ||
src | ||
tests | ||
Cargo.toml |