[][src]Type Definition kayrx::http::error::Result

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

A specialized Result for kayrx operations

This typedef is generally used to avoid writing out kayrx::http::error::Error directly and is otherwise a direct mapping to Result.