zircon_object
macro_rules! impl_kobject { ($class:ident $( $fn:tt )*) => { ... }; }
Macro to auto implement KernelObject trait.
KernelObject