NLnetLabs / domain

A DNS library for Rust.
https://nlnetlabs.nl/projects/domain/about/
BSD 3-Clause "New" or "Revised" License
332 stars 56 forks source link

add some missing methods/trait bounds #318

Closed xofyarg closed 1 month ago

xofyarg commented 2 months ago

These were existed in previous version, but are otherwise missing.

partim commented 1 month ago

Thank you for the PR. There’s probably some more missing ?Sized bounds lurking in the code …

hunts commented 1 month ago

Yeah, this is another one: #325