Function user_doc::load_global_docs_to_path [−][src]
pub fn load_global_docs_to_path(
dir_path_str_opt: Option<String>,
file_name_str_opt: Option<String>
) -> Result<(), Error>
Expand description
Load the docs from a file path This is necessary because the global store cannot persist between compilation time and runtime.