Function mnemos_config::buildtime::render_file_to

source ยท
fn render_file_to<Platform>(
    path: impl AsRef<Path>,
    out: impl AsRef<Path>,
) -> Result<()>
where Platform: Serialize + DeserializeOwned + 'static,