Function fs_swap::swap

source ·
pub fn swap<A, B>(a: A, b: B) -> Result<()>where
    A: AsRef<Path>,
    B: AsRef<Path>,
Expand description

Swaps the content of paths a and b.