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

Server implementation and builder.

Structs

Router

A stack based Service router.

Server

A default batteries included transport server.

ServerTlsConfig

Configures TLS settings for servers.

Traits

Connected

Trait that connected IO resources implement.

NamedService

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