Function fs_tracing::rename[][src]

pub fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> Result<()>

Wrapper for fs::rename.