Function fs_swap::swap [−][src]
pub fn swap<A, B>(a: A, b: B) -> Result<()> where
A: AsRef<Path>,
B: AsRef<Path>,
Swaps the content of paths a
and b
.
pub fn swap<A, B>(a: A, b: B) -> Result<()> where
A: AsRef<Path>,
B: AsRef<Path>,
Swaps the content of paths a
and b
.