Function gm_boilerplate::make_bot_future [] [src]

pub fn make_bot_future<B>(
    hdl: Handle,
    cfg: BoilerplateConfig,
    bot: B
) -> MatrixFuture<()> where
    B: MatrixBot + 'static,