libbpf / libbpf-rs

Minimal and opinionated eBPF tooling for the Rust ecosystem
Other
741 stars 129 forks source link

libbpf-cargo: Explicitly import libbpf_rs::AsRawLibbpf trait #914

Closed danielocfb closed 1 month ago

danielocfb commented 1 month ago

In the past we wrote the fully qualified syntax for usage of the libbpf_rs::AsRawLibbpf trait inside the generated skeletons. We don't need to do that: given that we are in a custom module, it is safe for us to just import the trait.