mirror of
https://github.com/aya-rs/aya.git
synced 2026-05-31 11:18:53 +02:00
eb99da3cbb
This follows the #1417 review discussion: by bundling location + cookie into a UProbeAttachPoint we get a more idiomatic Into<_> entry point, keep the one-to-one relationship enforced by the type system, and make it easier to extend attach with multi-location support without introducing parallel arrays or a brand new API.