Not a big fan of #vtable
Not a big fan of #vtable
Posted Jun 29, 2025 3:56 UTC (Sun) by iabervon (subscriber, #722)In reply to: Not a big fan of #vtable by Cyberax
Parent article: How to write Rust in the kernel: part 2
That'll produce an error even before you get to the macro; you can't put anything in "impl Driver for Something" that isn't part of the Driver trait.
