Lines Matching defs:Future
42 type Future = T::Future; typedef
44 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
55 type Future = ReadyFuture<Self::Iter>; typedef
57 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
69 type Future = ReadyFuture<Self::Iter>; typedef
71 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
82 type Future = ReadyFuture<Self::Iter>; typedef
84 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
95 type Future = ReadyFuture<Self::Iter>; typedef
97 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
109 type Future = ReadyFuture<Self::Iter>; typedef
111 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
123 type Future = ReadyFuture<Self::Iter>; typedef
125 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
137 type Future = ReadyFuture<Self::Iter>; typedef
139 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
250 type Future: Future<Output = io::Result<Self::Iter>> + Send + 'static; typedef
252 fn to_socket_addrs(&self, internal: Internal) -> Self::Future; in to_socket_addrs()