pub fn generate_module_reexports<'a, I>(
    prefix: &str,
    module_names: I
) -> Result<CodeText> where
    I: IntoIterator<Item = &'a String>, 
Expand description

Generates the module re-exports for the given module names.