Type Definition riven::Result[][src]

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

Result containing RiotApiError on failure.