Trait minority_game_server::CustomServerExt[][src]

pub(crate) trait CustomServerExt {
    fn game_database<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<ServerDatabase<Game>, Error>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

Implementations on Foreign Types

Implementors