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 8aed1fc commit dc92b42Copy full SHA for dc92b42
src/interceptor.rs
@@ -1,4 +1,4 @@
1
-use tonic::{service::Interceptor, metadata::MetadataValue, Request, Status};
+use tonic::{metadata::MetadataValue, service::Interceptor, Request, Status};
2
3
/// Attaches user-assigned room-id header to every outbound RPC
4
#[derive(Clone)]
0 commit comments