[][src]Module tonic::transport::server

This is supported on feature="transport" only.

Server implementation and builder.

Structs

Routerfeature="transport"

A stack based Service router.

Serverfeature="transport"

A default batteries included transport server.

ServerTlsConfigfeature="transport" and feature="tls"

Configures TLS settings for servers.

Traits

Connectedfeature="transport"

Trait that connected IO resources implement.

NamedServicefeature="transport"

A trait to provide a static reference to the service's name. This is used for routing service's within the router.