Function protogen::process_file

source ·
pub fn process_file(
    path: &Path,
    post_process: Option<&dyn Fn(&str) -> String>
) -> Result<()>