Trait webrtc_turn::client::periodic_timer::PeriodicTimerTimeoutHandler[][src]

pub trait PeriodicTimerTimeoutHandler {
#[must_use]    fn on_timeout<'life0, 'async_trait>(
        &'life0 mut self,
        id: TimerIdRefresh
    ) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]fn on_timeout<'life0, 'async_trait>(
    &'life0 mut self,
    id: TimerIdRefresh
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Loading content...

Implementors

impl<T: RelayConnObserver + Send + Sync> PeriodicTimerTimeoutHandler for RelayConnInternal<T>[src]

Loading content...