libpijul::fs
pub fn move_file_by_inode<T: MutTxnT>( txn: &mut T, inode: Inode, destination: &str) -> Result<(), FsError<T::Error>>