[][src]Type Definition riven::Result

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

Result containing RiotApiError on failure.