Type Definition interceptor::RTPWriterBoxFn[][src]

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