Type Alias interceptor::RTPWriterBoxFn

source ·
pub type RTPWriterBoxFn = Box<dyn Fn(&Packet, &Attributes) -> Pin<Box<dyn Future<Output = Result<usize, Error>> + Send + Sync>> + Send + Sync>;

Aliased Type§

struct RTPWriterBoxFn(/* private fields */);