Lines Matching defs:Future
41 type Future = T::Future; typedef
43 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
54 type Future = ReadyFuture<Self::Iter>; typedef
56 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
68 type Future = ReadyFuture<Self::Iter>; typedef
70 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
81 type Future = ReadyFuture<Self::Iter>; typedef
83 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
94 type Future = ReadyFuture<Self::Iter>; typedef
96 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
108 type Future = ReadyFuture<Self::Iter>; typedef
110 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
122 type Future = ReadyFuture<Self::Iter>; typedef
124 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
136 type Future = ReadyFuture<Self::Iter>; typedef
138 fn to_socket_addrs(&self, _: sealed::Internal) -> Self::Future { in to_socket_addrs()
264 type Future: Future<Output = io::Result<Self::Iter>> + Send + 'static; typedef
266 fn to_socket_addrs(&self, internal: Internal) -> Self::Future; in to_socket_addrs()