Function glory_cli::ext::fs::rename

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