macro_rules! export_module {
    ($name:ident) => { ... };
}
Expand description

Exports a setup function to be called when the module needs to be set up.