diff --git a/plugins/src/lib.rs b/plugins/src/lib.rs index c423644b..ae7fdf63 100644 --- a/plugins/src/lib.rs +++ b/plugins/src/lib.rs @@ -747,6 +747,10 @@ impl<'a> ServiceGenerator<'a> { dispatch: new_client.dispatch, } } + + #vis fn stub(&self) ->&impl ::tarpc::client::stub::Stub { + &self.0 + } } impl ::core::convert::From for #client_ident