Thanks to visit codestin.com Credit goes to github.com
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 1ed74f7 commit c752f67Copy full SHA for c752f67
1 file changed
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