Type Alias interceptor::RTCPWriterBoxFn
source · pub type RTCPWriterBoxFn = Box<dyn Fn(&[Box<dyn Packet + Send + Sync>], &Attributes) -> Pin<Box<dyn Future<Output = Result<usize, Error>> + Send + Sync>> + Send + Sync>;
Aliased Type§
struct RTCPWriterBoxFn(/* private fields */);