Home
last modified time | relevance | path

Searched defs:Output (Results 1 – 8 of 8) sorted by relevance

/webrtc/util/src/vnet/
H A Dresolver.rs50 ) -> Pin<Box<dyn Future<Output = Option<IpAddr>> + Send + 'static>> { in lookup()
H A Dchunk.rs52 type Output = Self; typedef
55 fn bitor(self, rhs: Self) -> Self::Output { in bitor()
61 type Output = Self; typedef
64 fn bitand(self, rhs: Self) -> Self::Output { in bitand()
H A Drouter.rs300 pub fn start(&mut self) -> Pin<Box<dyn Future<Output = Result<()>>>> { in start()
350 pub fn stop(&mut self) -> Pin<Box<dyn Future<Output = Result<()>>>> { in stop()
/webrtc/webrtc/src/peer_connection/operation/
H A Dmod.rs22op: impl FnMut() -> Pin<Box<dyn Future<Output = bool> + Send + 'static>> + Send + Sync + 'static, in new()
/webrtc/webrtc/src/track/track_remote/
H A Dmod.rs199 F: FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>> + Send + 'static + Sync, in onmute()
208 F: FnMut() -> Pin<Box<dyn Future<Output = ()> + Send + 'static>> + Send + 'static + Sync, in onunmute()
/webrtc/sctp/src/stream/
H A Dmod.rs555 fn get_reading_mut(&mut self) -> &mut Pin<Box<dyn Future<Output = Result<Vec<u8>>> + Send>> { in get_reading_mut()
571 ) -> &mut Pin<Box<dyn Future<Output = std::result::Result<(), crate::error::Error>>>> { in get_shutting_down_mut()
/webrtc/data/src/data_channel/
H A Dmod.rs382 fn get_reading_mut(&mut self) -> &mut Pin<Box<dyn Future<Output = Result<Vec<u8>>> + Send>> { in get_reading_mut()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs569 ) -> impl Fn() -> Pin<Box<dyn Future<Output = ()> + Send + Sync>> + Send + Sync { in make_negotiation_needed_trigger()