[pve-devel] [PATCH proxmox-ve-rs v4 09/22] frr: add generic types over openfabric and ospf

Gabriel Goller g.goller at proxmox.com
Mon Jul 7 19:20:49 CEST 2025


On 07.07.2025 13:58, Wolfgang Bumiller wrote:
>On Wed, Jul 02, 2025 at 04:50:00PM +0200, Gabriel Goller wrote:
>> +impl FrrSerializer for &FrrConfig {
>
>^ Can drop the &, `serialize` already takes `&self` anyway.
>Same for lots of other impls below - the tuple impls will still work...

Yep, removed the ref on every impl except the tuples.

Thanks!




More information about the pve-devel mailing list