pub fn state_file_path(key: &str) -> PathBuf
Expand description

Returns the path of the internal file that would be used to store state for the specified key, as a PathBuf. You should never use this directly unless you know what you’re doing.