[][src]Macro abi_stable::declare_root_module_statics

macro_rules! declare_root_module_statics {
    ( $this:ty ) => { ... };
}

Implements the RootModule::root_module_statics associated function.

To define the associated function use: abi_stable::declare_root_module_statics!{TypeOfSelf}. Passing Self instead of TypeOfSelf won't work.