]> git.proxmox.com Git - proxmox.git/commit
get rid of associated type in ObjectSchemaType trait
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 24 Feb 2021 13:43:15 +0000 (14:43 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 24 Feb 2021 13:43:21 +0000 (14:43 +0100)
commite2975598ad2834f7562dfa0d71c1316e8bd9e1e6
tree1c3bc05f6b327c3f5105e2307a83040f5567562d
parentadcbf7cab8cf938b480840723143f7da79cc6447
get rid of associated type in ObjectSchemaType trait

The AllOfProperties Iterator is capable of also being the
Iterator for the regular ObjectSchemas by simply filling it
like it was the "last" object type in an AllOf.

This makes the ObjectSchemaType trait more usable later.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox/src/api/cli/text_table.rs
proxmox/src/api/format.rs
proxmox/src/api/schema.rs