We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6f351 commit a272ab8Copy full SHA for a272ab8
tarpc/src/client/stub.rs
@@ -14,7 +14,7 @@ mod mock;
14
/// A connection to a remote service.
15
/// Calls the service with requests of type `Req` and receives responses of type `Resp`.
16
#[allow(async_fn_in_trait)]
17
-#[trait_variant::make(TokioStub: Send)]
+#[trait_variant::make(SendStub: Send)]
18
pub trait Stub {
19
/// The service request type.
20
type Req: RequestName;
0 commit comments