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 2a73ed7 commit 63a252cCopy full SHA for 63a252c
src/routes/ctx.rs
@@ -1,9 +1,8 @@
1
+use crate::{types::Request, RpcSend};
2
use serde_json::value::RawValue;
3
use tokio::sync::mpsc;
4
use tracing::error;
5
-use crate::{types::Request, RpcSend};
6
-
7
/// Errors that can occur when sending notifications.
8
#[derive(thiserror::Error, Debug)]
9
pub enum NotifyError {
0 commit comments