diff --git a/crates/twirp-build/src/lib.rs b/crates/twirp-build/src/lib.rs index 0f11398..6038fa1 100644 --- a/crates/twirp-build/src/lib.rs +++ b/crates/twirp-build/src/lib.rs @@ -50,7 +50,7 @@ impl prost_build::ServiceGenerator for ServiceGenerator { m.name, m.input_type, m.output_type, ) .unwrap(); - writeln!(buf, " (*self).{}(ctx, req).await", m.name).unwrap(); + writeln!(buf, " T::{}(&*self, ctx, req).await", m.name).unwrap(); writeln!(buf, " }}").unwrap(); } writeln!(buf, "}}").unwrap(); pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy