mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 23:47:00 +00:00
![]() A function declared with a raw_return attribute like this: #[export(raw_return)] fn foo() -> Result<Value, Error>; will not perform serialization on the 'Value', but return the "raw" value to perl. This allows returning blessed values. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |