Type Definition telexide::Result[][src]

type Result<T> = Result<T, Error>;

The common result type between most library functions.

Trait Implementations

impl<T> From<Response> for Result<T> where
    T: DeserializeOwned
[src]