Struct sse::EchoService[][src]

pub struct EchoService { /* fields omitted */ }

Methods

impl EchoService
[src]

Trait Implementations

impl Clone for EchoService
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Service for EchoService
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

Process the request and return the response asynchronously.

Auto Trait Implementations

impl !Send for EchoService

impl !Sync for EchoService