From 80fc84344e612a979d1eb048b2c02c41417b36be Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 27 Dec 2021 02:54:50 -0600 Subject: Implement init hook --- src/fuse/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fuse/mod.rs') diff --git a/src/fuse/mod.rs b/src/fuse/mod.rs index 5fe6f46..a4c9f06 100644 --- a/src/fuse/mod.rs +++ b/src/fuse/mod.rs @@ -14,7 +14,7 @@ pub mod session; mod private_trait { pub trait Operation<'o> { type RequestBody: crate::proto::Structured<'o>; - type ReplyTail: Default; + type ReplyTail; } } -- cgit v1.2.3