]> git.proxmox.com Git - proxmox.git/commit
schema: convenience accessors to schema subtypes
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 27 Feb 2023 13:05:36 +0000 (14:05 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 13 Jul 2023 14:19:05 +0000 (16:19 +0200)
commit413d631fa60f6287e5542b9f09f12793d7418845
treeeb11cd3d28d7ed041a9ca3166ce8b7caa25bfb35
parent5a64f3258a7b193e5b8a8686c06fb4fe1e6e3f44
schema: convenience accessors to schema subtypes

Adds `const fn <type>(&self) -> Option<&<Type>Schema>` methods to
`Schema`.

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