[go: up one dir, main page]

hard_link

Function hard_link 

Source
pub async fn hard_link<P, K, Q>(cache: P, key: K, to: Q) -> Result<()>
where P: AsRef<Path>, K: AsRef<str>, Q: AsRef<Path>,
Expand description

Hard links a cache entry by key to a specified location.