f585722aad
they should behave like their normal variants, but return a `Box<dyn SerializableReturn + Send>` instead of a value. This is useful since we do not have to generate the `Value` in-memory, but can stream the serialization to the client. We cannot simply use a `Box<dyn serde::Serialize>`, because that trait is not object-safe and thus cannot be used as a trait-object. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
---|---|---|
.. | ||
debian | ||
src | ||
Cargo.toml |