Not a big fan of #vtable
Not a big fan of #vtable
Posted Jun 29, 2025 9:02 UTC (Sun) by NYKevin (subscriber, #129325)In reply to: Not a big fan of #vtable by iabervon
Parent article: How to write Rust in the kernel: part 2
Before anyone asks: You also cannot omit any item that the trait declares, unless the trait provides a (default) definition. Otherwise, the implementation is considered incomplete and you get a compile error.
