We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gix-objet::Find
1 parent 10ab6c0 commit 579adafCopy full SHA for 579adaf
gix-filter/src/pipeline/convert.rs
@@ -22,8 +22,7 @@ pub mod configuration {
22
///
23
pub mod to_git {
24
/// A function that fills `buf` `fn(&mut buf)` with the data stored in the index of the file that should be converted.
25
- pub type IndexObjectFn<'a> =
26
- dyn FnMut(&mut Vec<u8>) -> Result<Option<()>, Box<dyn std::error::Error + Send + Sync>> + 'a;
+ pub type IndexObjectFn<'a> = dyn FnMut(&mut Vec<u8>) -> Result<Option<()>, gix_object::find::Error> + 'a;
27
28
/// The error returned by [Pipeline::convert_to_git()][super::Pipeline::convert_to_git()].
29
#[derive(Debug, thiserror::Error)]
0 commit comments