[][src]Module ttrpc::asynchronous

This is supported on crate feature async only.

Server and client in async mode (alias r#async).

Modules

client
server
stream
utils

Structs

Client

A ttrpc Client (async).

Server

A ttrpc Server (async).

TtrpcContext

The context of ttrpc (async).

Traits

MethodHandler

Trait that implements handler which is a proxy to the desired method (async).

Functions

convert_response_to_buf