Struct modio::games::Games[][src]

pub struct Games<C> where
    C: Clone + Connect + 'static, 
{ /* fields omitted */ }

Interface for games.

Methods

impl<C: Clone + Connect + 'static> Games<C>
[src]

List all games.

Return a reference to a game.

Auto Trait Implementations

impl<C> Send for Games<C>

impl<C> Sync for Games<C>