Skip to content

Commit a272ab8

Browse files
committed
Rename to SendStub
1 parent 7f6f351 commit a272ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tarpc/src/client/stub.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mod mock;
1414
/// A connection to a remote service.
1515
/// Calls the service with requests of type `Req` and receives responses of type `Resp`.
1616
#[allow(async_fn_in_trait)]
17-
#[trait_variant::make(TokioStub: Send)]
17+
#[trait_variant::make(SendStub: Send)]
1818
pub trait Stub {
1919
/// The service request type.
2020
type Req: RequestName;

0 commit comments

Comments
 (0)