Lines Matching refs:Box
85 pub type RTPWriterBoxFn = Box<
89 ) -> Pin<Box<dyn Future<Output = Result<usize>> + Send + Sync>>)
110 pub type RTPReaderBoxFn = Box<
114 ) -> Pin<Box<dyn Future<Output = Result<(usize, Attributes)>> + Send + Sync>>)
134 pkts: &[Box<dyn rtcp::packet::Packet + Send + Sync>], in write()
139 pub type RTCPWriterBoxFn = Box<
141 &[Box<dyn rtcp::packet::Packet + Send + Sync>],
143 ) -> Pin<Box<dyn Future<Output = Result<usize>> + Send + Sync>>)
155 pkts: &[Box<dyn rtcp::packet::Packet + Send + Sync>], in write()
169 pub type RTCPReaderBoxFn = Box<
173 ) -> Pin<Box<dyn Future<Output = Result<(usize, Attributes)>> + Send + Sync>>)