Call

Trait Call 

Source
pub trait Call {
    type Response: DeserializeOwned;
}
Expand description

This object could be used to call an API.

Required Associated Types§

Source

type Response: DeserializeOwned

The return type of the API on success.

Implementors§