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 b4c22b0 commit 31b128bCopy full SHA for 31b128b
crates/stackable-webhook/src/lib.rs
@@ -56,7 +56,7 @@ pub trait WebhookHandler<Req, Res> {
56
fn call(self, req: Req) -> Res;
57
}
58
59
-/// A result type alias with the library-level [`Error`] type as the default error type.
+/// A result type alias with the [`WebhookError`] type as the default error type.
60
pub type Result<T, E = WebhookError> = std::result::Result<T, E>;
61
62
#[derive(Debug, Snafu)]
0 commit comments