[][src]Trait slack_morphism_hyper::scroller_ext::SlackApiResponseScrollerExt

pub trait SlackApiResponseScrollerExt<SCHC, CT, RT, RIT>: SlackApiResponseScroller<SCHC, CursorType = CT, ResponseType = RT, ResponseItemType = RIT> where
    SCHC: SlackClientHttpConnector + Send + Sync,
    RT: Send + Clone + Sync + SlackApiScrollableResponse<CursorType = CT, ResponseItemType = RIT>,
    RIT: Send + Clone
{ pub fn collect_items_stream<'a, 's>(
        &'a self,
        session: &'a SlackClientSession<'s, SCHC>,
        throttle_duration: Duration
    ) -> BoxFuture<'a, ClientResult<Vec<RIT>>>; }

Required methods

pub fn collect_items_stream<'a, 's>(
    &'a self,
    session: &'a SlackClientSession<'s, SCHC>,
    throttle_duration: Duration
) -> BoxFuture<'a, ClientResult<Vec<RIT>>>
[src]

Loading content...

Implementations on Foreign Types

impl<SCHC, CT, RT, RIT> SlackApiResponseScrollerExt<SCHC, CT, RT, RIT> for dyn SlackApiResponseScroller<SCHC, CursorType = CT, ResponseType = RT, ResponseItemType = RIT> where
    SCHC: SlackClientHttpConnector + Send + Sync,
    RT: Send + Clone + Sync + SlackApiScrollableResponse<CursorType = CT, ResponseItemType = RIT>,
    RIT: Send + Clone
[src]

Loading content...

Implementors

Loading content...