[−][src]Trait ttrpc::MethodHandler
Trait that implements handler which is a proxy to the desired method (sync).
Trait that implements handler which is a proxy to the desired method (sync).
fn handler(&self, ctx: TtrpcContext, req: Request) -> Result<()>