Searched defs:Output (Results 1 – 8 of 8) sorted by relevance
50 ) -> Pin<Box<dyn Future<Output = Option<IpAddr>> + Send + 'static>> { in lookup()
52 type Output = Self; typedef55 fn bitor(self, rhs: Self) -> Self::Output { in bitor()61 type Output = Self; typedef64 fn bitand(self, rhs: Self) -> Self::Output { in bitand()
300 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()
22 … op: impl FnMut() -> Pin<Box<dyn Future<Output = bool> + Send + 'static>> + Send + Sync + 'static, in new()
199 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()
555 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()
382 fn get_reading_mut(&mut self) -> &mut Pin<Box<dyn Future<Output = Result<Vec<u8>>> + Send>> { in get_reading_mut()
569 ) -> impl Fn() -> Pin<Box<dyn Future<Output = ()> + Send + Sync>> + Send + Sync { in make_negotiation_needed_trigger()