Type Alias interceptor::RTCPReaderBoxFn

source ·
pub type RTCPReaderBoxFn = Box<dyn Fn(&mut [u8], &Attributes) -> Pin<Box<dyn Future<Output = Result<(Vec<Box<dyn Packet + Send + Sync>>, Attributes), Error>> + Send + Sync>> + Send + Sync>;

Aliased Type§

struct RTCPReaderBoxFn(/* private fields */);