Type Definition interceptor::RTCPWriterFn[][src]

pub type RTCPWriterFn = Box<dyn FnMut(&(dyn Packet + Send + Sync), &Attributes) -> Pin<Box<dyn Future<Output = Result<usize>> + Send + 'static>> + Send + Sync>;
Expand description

RTCPWriterFn is an adapter for RTCPWriter interface