Skip to main content

HeartbeatResponseStream

Trait HeartbeatResponseStream 

Source
trait HeartbeatResponseStream: Send {
    // Required method
    fn message<'life0, 'async_trait>(
        &'life0 mut self,
    ) -> Pin<Box<dyn Future<Output = FrontendHeartbeatExtensionResult<Option<HeartbeatResponse>>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

Source

fn message<'life0, 'async_trait>( &'life0 mut self, ) -> Pin<Box<dyn Future<Output = FrontendHeartbeatExtensionResult<Option<HeartbeatResponse>>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementors§