mirror of https://github.com/MingweiSamuel/Riven
fixup! Updating to use custom error struct, adding docs
parent
ae19db7b4c
commit
143e45e5d5
|
@ -1,6 +1,6 @@
|
|||
//! A region served by a single game server.
|
||||
//! Each Riot Games API request is directed at a particular region,
|
||||
//! with tournament API requests directed at the AMERICAS "global" region.
|
||||
/// A region served by a single game server.
|
||||
/// Each Riot Games API request is directed at a particular region,
|
||||
/// with tournament API requests directed at the AMERICAS "global" region.
|
||||
#[derive(Debug)]
|
||||
#[derive(PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||
#[derive(Clone, Copy)]
|
||||
|
|
Loading…
Reference in New Issue