[][src]Function hygeia::utils::create_hard_link

pub fn create_hard_link<P1, P2>(from: P1, to: P2) -> Result<()> where
    P1: AsRef<Path>,
    P2: AsRef<Path>,