mirror of
https://github.com/NLnetLabs/domain.git
synced 2026-09-26 11:44:54 +02:00
This PR switches the validate::RrsigExt trait to accept anything that is AsRef<Record<..>> instead of insisting on an actual Record so it can be used with various smart pointers. It also adds an impl of AsRef<Self> to Record to make this work. This is a breaking change.