Skip to content

Commit

Permalink
Rename to SendStub
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneMurphy2 committed Oct 27, 2024
1 parent 7f6f351 commit a272ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tarpc/src/client/stub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mod mock;
/// A connection to a remote service.
/// Calls the service with requests of type `Req` and receives responses of type `Resp`.
#[allow(async_fn_in_trait)]
#[trait_variant::make(TokioStub: Send)]
#[trait_variant::make(SendStub: Send)]
pub trait Stub {
/// The service request type.
type Req: RequestName;
Expand Down

0 comments on commit a272ab8

Please sign in to comment.