Function libpijul::fs::remove_file[][src]

pub fn remove_file<T: TreeMutTxnT>(
    txn: &mut T,
    path: &str
) -> Result<(), FsError<T::TreeError>>
Expand description

Removes a file from the repository.