Skip to content

zv: all "T: Type" should have "&T: Type"

Marc-André Lureau requested to merge elmarco/zbus:zv-refT into master

I was going to add &T support to all zvariant_derive Type implementations, but I realized that instead, we should really have a generic rule for it. It conflicts with the "impl Type for T: Basic" though, but as this is universal, it should take precedence.

Merge request reports