Struct interceptor::RTCPWriterFn [−][src]
pub struct RTCPWriterFn(pub RTCPWriterBoxFn);
Tuple Fields
0: RTCPWriterBoxFn
Trait Implementations
fn write<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
pkts: &'life1 [Box<dyn Packet + Send + Sync>],
attributes: &'life2 Attributes
) -> Pin<Box<dyn Future<Output = Result<usize, Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Self: 'async_trait,
fn write<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
pkts: &'life1 [Box<dyn Packet + Send + Sync>],
attributes: &'life2 Attributes
) -> Pin<Box<dyn Future<Output = Result<usize, Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Self: 'async_trait,
write a batch of rtcp packets