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

Expand description

Server implementation and builder.

Structs

A stack based Service router.

A service that is produced from a Tonic Router.

A default batteries included transport server.

Connection info for standard TCP streams.

Traits

Trait that connected IO resources implement and use to produce info about the connection.

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