Type Alias interceptor::RTPReaderBoxFn

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

Aliased Type§

struct RTPReaderBoxFn(/* private fields */);