Type Definition kraapi::api::KrakenResult[][src]

type KrakenResult<T> = Result<T, KrakenErrors<KError>>;

Result alias. Either contains the output struct of some type T that implements Output or KrakenErrors`s (a custom collection of KError’s