Function config_struct::write_config_module [] [src]

pub fn write_config_module<P>(
    module_path: P,
    raw_config: &RawStructValue,
    options: &Options
) -> Result<(), Error> where
    P: AsRef<Path>, 

Generate Rust code for a RawStructValue and write it to a file.

This simply writes the result of create_config_module to a file.