Struct fcm::Client [] [src]

pub struct Client { /* fields omitted */ }

Methods

impl Client
[src]

Get a new instance of Client.

Trait Implementations

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