| /webrtc/interceptor/src/mock/ |
| H A D | mock_interceptor.rs | 10 -> Pin<Box<dyn Future<Output = Arc<dyn RTCPReader + Send + Sync>> + Send + Sync>>) 19 -> Pin<Box<dyn Future<Output = Arc<dyn RTCPWriter + Send + Sync>> + Send + Sync>>) 27 ) -> Pin<Box<dyn Future<Output = Arc<dyn RTPWriter + Send + Sync>> + Send + Sync>>) 32 Box<dyn (Fn(&StreamInfo) -> Pin<Box<dyn Future<Output = ()> + Send + Sync>>) + Send + Sync>; 37 ) -> Pin<Box<dyn Future<Output = Arc<dyn RTPReader + Send + Sync>> + Send + Sync>>) 42 Box<dyn (Fn(&StreamInfo) -> Pin<Box<dyn Future<Output = ()> + Send + Sync>>) + Send + Sync>; 44 Box<dyn (Fn() -> Pin<Box<dyn Future<Output = Result<()>> + Send + Sync>>) + Send + Sync>;
|
| /webrtc/interceptor/src/ |
| H A D | lib.rs | 89 ) -> Pin<Box<dyn Future<Output = Result<usize>> + Send + Sync>>) 114 ) -> Pin<Box<dyn Future<Output = Result<(usize, Attributes)>> + Send + Sync>>) 143 ) -> Pin<Box<dyn Future<Output = Result<usize>> + Send + Sync>>) 173 ) -> Pin<Box<dyn Future<Output = Result<(usize, Attributes)>> + Send + Sync>>) 194 pub async fn timeout_or_fail<T>(duration: Duration, future: T) -> T::Output in timeout_or_fail()
|
| /webrtc/util/src/vnet/ |
| H A D | chunk.rs | 52 type Output = Self; typedef 55 fn bitor(self, rhs: Self) -> Self::Output { in bitor() argument 61 type Output = Self; typedef 64 fn bitand(self, rhs: Self) -> Self::Output { in bitand() argument
|
| H A D | resolver.rs | 50 ) -> Pin<Box<dyn Future<Output = Option<IpAddr>> + Send + 'static>> { in lookup() argument
|
| H A D | router.rs | 300 pub fn start(&mut self) -> Pin<Box<dyn Future<Output = Result<()>>>> { in start() argument 350 pub fn stop(&mut self) -> Pin<Box<dyn Future<Output = Result<()>>>> { in stop() argument
|
| /webrtc/webrtc/src/peer_connection/operation/ |
| H A D | mod.rs | 16 pub Box<dyn (FnMut() -> Pin<Box<dyn Future<Output = bool> + Send + 'static>>) + Send + Sync>, 22 … op: impl FnMut() -> Pin<Box<dyn Future<Output = bool> + Send + 'static>> + Send + Sync + 'static, in new() argument
|
| /webrtc/sctp/src/stream/ |
| H A D | mod.rs | 61 Box<dyn (FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) + Send + Sync>; 534 Reading(Pin<Box<dyn Future<Output = Result<Vec<u8>>> + Send>>), 543 ShuttingDown(Pin<Box<dyn Future<Output = std::result::Result<(), crate::error::Error>>>>), 555 fn get_reading_mut(&mut self) -> &mut Pin<Box<dyn Future<Output = Result<Vec<u8>>> + Send>> { in get_reading_mut() argument 571 ) -> &mut Pin<Box<dyn Future<Output = std::result::Result<(), crate::error::Error>>>> { in get_shutting_down_mut() argument 588 write_fut: Option<Pin<Box<dyn Future<Output = Result<usize>>>>>,
|
| /webrtc/webrtc/src/track/track_remote/ |
| H A D | mod.rs | 26 dyn (FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) + Send + Sync + 'static, 199 F: FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>> + Send + 'static + Sync, in onmute() argument 208 F: FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>> + Send + 'static + Sync, in onunmute() argument
|
| /webrtc/data/src/data_channel/ |
| H A D | mod.rs | 371 Reading(Pin<Box<dyn Future<Output = Result<Vec<u8>>> + Send>>), 382 fn get_reading_mut(&mut self) -> &mut Pin<Box<dyn Future<Output = Result<Vec<u8>>> + Send>> { in get_reading_mut() argument 399 write_fut: Option<Pin<Box<dyn Future<Output = Result<usize>> + Send>>>, 400 shutdown_fut: Option<Pin<Box<dyn Future<Output = Result<()>> + Send>>>,
|
| /webrtc/dtls/src/ |
| H A D | listener.rs | 23 |packet: &[u8]| -> Pin<Box<dyn Future<Output = bool> + Send + 'static>> { in listen()
|
| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_gatherer.rs | 33 dyn (FnMut(Option<RTCIceCandidate>) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) 39 dyn (FnMut(RTCIceGathererState) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) 45 Box<dyn (FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) + Send + Sync>;
|
| H A D | mod.rs | 45 dyn (FnMut(RTCIceTransportState) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) 51 dyn (FnMut(RTCIceCandidatePair) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
|
| /webrtc/webrtc/src/data_channel/ |
| H A D | mod.rs | 41 dyn (FnMut(DataChannelMessage) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) 47 Box<dyn (FnOnce() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) + Send + Sync>; 50 Box<dyn (FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) + Send + Sync>;
|
| /webrtc/ice/src/agent/ |
| H A D | mod.rs | 67 dyn (FnMut(ConnectionState) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) 75 ) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) 82 ) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
|
| /webrtc/webrtc/src/sctp_transport/ |
| H A D | mod.rs | 39 dyn (FnMut(Arc<RTCDataChannel>) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) 45 dyn (FnMut(Arc<RTCDataChannel>) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
|
| /webrtc/interceptor/src/nack/responder/ |
| H A D | mod.rs | 76 move |seq: u16| -> Pin<Box<dyn Future<Output = bool> + Send + 'static>> { in resend_packets()
|
| /webrtc/util/src/conn/ |
| H A D | conn_udp_listener_test.rs | 97 |pkt: &[u8]| -> Pin<Box<dyn Future<Output = bool> + Send + 'static>> { in test_listener_accept_filter()
|
| H A D | conn_udp_listener.rs | 17 Box<dyn (Fn(&[u8]) -> Pin<Box<dyn Future<Output = bool> + Send + 'static>>) + Send + Sync>;
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | mod.rs | 116 dyn (FnMut(RTCSignalingState) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) 122 dyn (FnMut(RTCIceConnectionState) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) 128 dyn (FnMut(RTCPeerConnectionState) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) 134 dyn (FnMut(Arc<RTCDataChannel>) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) 144 ) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) 150 Box<dyn (FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) + Send + Sync>;
|
| H A D | peer_connection_internal.rs | 569 ) -> impl Fn() -> Pin<Box<dyn Future<Output = ()> + Send + Sync>> + Send + Sync { in make_negotiation_needed_trigger() argument
|
| /webrtc/webrtc/src/ |
| H A D | error.rs | 429 Box<dyn (FnMut(Error) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>) + Send + Sync>;
|
| /webrtc/webrtc/src/rtp_transceiver/ |
| H A D | mod.rs | 173 Option<Box<dyn Fn() -> Pin<Box<dyn Future<Output = ()> + Send + Sync>> + Send + Sync>>;
|
| /webrtc/webrtc/src/dtls_transport/ |
| H A D | mod.rs | 52 dyn (FnMut(RTCDtlsTransportState) -> Pin<Box<dyn Future<Output = ()> + Send + 'static>>)
|