register_setup

Function register_setup 

Source
pub fn register_setup(module_path: &'static str, func: FixtureFunc)
Expand description

Register a setup function for a module

This is automatically called by the #[setup] attribute macro.