Struct sse::EchoService [] [src]

pub struct EchoService { /* fields omitted */ }

Methods

impl EchoService
[src]

[src]

Trait Implementations

impl Clone for EchoService
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

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.

[src]

Process the request and return the response asynchronously.

Auto Trait Implementations

impl !Send for EchoService

impl !Sync for EchoService