Function user_doc_doc_data::save_global_docs_to_path[][src]

pub fn save_global_docs_to_path(
    dir_path_str_opt: Option<String>,
    file_name_str_opt: Option<String>
) -> Result<()>
Expand description

Save the global store to a file path at the given directory path This is necessary because the global store cannot persist between compilation time and runtime See OUTPUT_DIR_PATH