Struct sse::EventService [] [src]

pub struct EventService { /* fields omitted */ }

Methods

impl EventService
[src]

[src]

(service, connection receiver) pair

[src]

[src]

(service, msg sender) pair

Trait Implementations

impl Clone for EventService
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Service for EventService
[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 EventService

impl !Sync for EventService