Trait rbxapi::GameBuilder[][src]

pub trait GameBuilder {
#[must_use]    fn new<'life0, 'async_trait>(
        self,
        client: &'life0 Client
    ) -> Pin<Box<dyn Future<Output = Game> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]fn new<'life0, 'async_trait>(
    self,
    client: &'life0 Client
) -> Pin<Box<dyn Future<Output = Game> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Loading content...

Implementations on Foreign Types

impl GameBuilder for u64[src]

Loading content...

Implementors

Loading content...