Alvin Sun <[email protected]> writes: > Auto-add `type ThisModule: ::kernel::ModuleMetadata;` as a required > associated type on the trait side if not already defined, and > auto-insert `type ThisModule = crate::LocalModule;` on the impl side > if not explicitly provided, eliminating the need to manually declare > and implement `ThisModule` in every vtable trait and impl. > > Signed-off-by: Alvin Sun <[email protected]>
Reviewed-by: Andreas Hindborg <[email protected]> Best regards, Andreas Hindborg
