macro_rules! impl_kobject {
    ($class:ident $( $fn:tt )*) => { ... };
}
Expand description

Macro to auto implement KernelObject trait.