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.
1 parent 0a4da65 commit dd877b8Copy full SHA for dd877b8
1 file changed
src/hook.rs
@@ -8,7 +8,7 @@ pub struct HookArgument<'a, Size> {
8
pub size: Size,
9
}
10
11
-/// Hook to run with a [`Path`] and its corresponding [`Metadata`].
+/// Hook to run with a [`Path`] and its corresponding [`Metadata`] and size.
12
pub trait Hook<Size> {
13
fn run_hook(&self, argument: HookArgument<Size>);
14
0 commit comments