html terminal
Diffstat (limited to 'src/webhook.rs')
| -rw-r--r-- | src/webhook.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webhook.rs b/src/webhook.rs index c67b93d..ea2c320 100644 --- a/src/webhook.rs +++ b/src/webhook.rs @@ -28,7 +28,7 @@ impl<'a> Webhook<'a> { } } - async fn send<F>(&self, block: F) + pub async fn send<F>(&self, block: F) where for<'b> F: FnOnce(ExecuteWebhook) -> ExecuteWebhook, { |